Update README.md

--break-system-packages
This commit is contained in:
Alejandro Asenjo Nitti 2023-10-23 12:11:15 -03:00 committed by GitHub
parent cdfa9d45cf
commit 90538c74e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ The build process has a few python packages required that are located in `/tools
To install them simply run in a terminal:
```bash
python3 -m pip install -r ./tools/requirements-python.txt
python3 -m pip install -r --break-system-packages ./tools/requirements-python.txt
```
#### 4. Update submodules