diff --git a/INSTALL.md b/INSTALL.md index 17d3cc37..5981d899 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,7 +8,9 @@ Contents: ## Prerequisites -1. Install Python 3.11 or higher +1. Install the following: + - Python 3.11+ and `pip` + - GCC 9+ 2. Install the Python dependencies: ```shell python -m pip install -r tools/requirements.txt