From e072f198e3d68759e32c6c182d045c43a4e22a73 Mon Sep 17 00:00:00 2001 From: Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> Date: Mon, 30 Oct 2023 03:54:38 -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 4a5bfd0c..f27d1d44 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 --break-system-packages ./tools/requirements-python.txt +python3 -m pip install -r ./tools/requirements-python.txt --break-system-packages ``` #### 4. Update submodules