From 9bfd4026dfe4c25bbd8958856386b0d2ee7ac01f Mon Sep 17 00:00:00 2001 From: Aetias Date: Tue, 12 Dec 2023 19:47:40 +0100 Subject: [PATCH] Add pip and GCC to INSTALL.md --- INSTALL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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