Update README.md

This commit is contained in:
Alejandro Asenjo Nitti 2024-05-05 23:10:44 -03:00 committed by GitHub
parent 44c9eadbc2
commit 7d46b8ad6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,8 +68,9 @@ The build process has a few python packages required that are located in `/tools
To install them simply run in a terminal: To install them simply run in a terminal:
```bash ```bash
python3 -m pip install -r ./tools/requirements-python.txt --break-system-packages python3 -m pip install -r ./tools/requirements-python.txt
``` ```
* Depending on your python version, you might need to add --break-system-packages, or use venv.
#### 4. Update submodules & build toolchain #### 4. Update submodules & build toolchain