update install instructions
This commit is contained in:
parent
e7d7a03e18
commit
d9bcafe3e3
1 changed files with 2 additions and 3 deletions
|
@ -11,10 +11,9 @@ See requirements.txt
|
||||||
|
|
||||||
### Linux
|
### 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
|
```bash
|
||||||
pip install .
|
pip install . --break-system-packages
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Reference in a new issue