update install instructions

This commit is contained in:
Antonio J. Delgado 2024-11-16 22:43:01 +02:00
parent e7d7a03e18
commit d9bcafe3e3

View file

@ -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