From 90538c74e5cfef70cd4969ffee102755f904a78e Mon Sep 17 00:00:00 2001 From: Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:11:15 -0300 Subject: [PATCH] Update README.md --break-system-packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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