summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com>2023-10-23 12:11:15 -0300
committerGitHub <noreply@github.com>2023-10-23 12:11:15 -0300
commit90538c74e5cfef70cd4969ffee102755f904a78e (patch)
tree42ca229e28860031ef521ba8e57a4a379fb6f716 /README.md
parentcdfa9d45cfcfaf9e4172ffdfe98276dbf1c3ae9e (diff)
Update README.md
--break-system-packages
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6ea1d7e..90db0a5f 100644
--- a/README.md
+++ b/README.md
@@ -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