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