From d9bcafe3e31ec2de56085871df02dfac24f00b69 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sat, 16 Nov 2024 22:43:01 +0200 Subject: [PATCH] update install instructions --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d4b41d..f0ef385 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,9 @@ See requirements.txt ### Linux -Not necessary if you use the Bash script because it will create a virtual environment for it, and do the installation. - +You can use the Bash script from the cloned folder (it will create a virtual environment for it, and do the installation of requirements), or you can install breaking system packages with: ```bash -pip install . +pip install . --break-system-packages ``` ## Usage