From 7d46b8ad6b346cc17502f9b0c79d93d286825fff Mon Sep 17 00:00:00 2001 From: Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> Date: Sun, 5 May 2024 23:10:44 -0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03021abe..b0d8ef1a 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,9 @@ 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 --break-system-packages +python3 -m pip install -r ./tools/requirements-python.txt ``` +* Depending on your python version, you might need to add --break-system-packages, or use venv. #### 4. Update submodules & build toolchain