diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2023-10-23 12:11:15 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-23 12:11:15 -0300 |
| commit | 90538c74e5cfef70cd4969ffee102755f904a78e (patch) | |
| tree | 42ca229e28860031ef521ba8e57a4a379fb6f716 /README.md | |
| parent | cdfa9d45cfcfaf9e4172ffdfe98276dbf1c3ae9e (diff) | |
Update README.md
--break-system-packages
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
