Merge 9f7e5273c4
into f0fae811d8
commit
f6badb0456
|
@ -137,7 +137,7 @@ We highly recommend using a `venv` to avoid issues.
|
||||||
For Windows:
|
For Windows:
|
||||||
```bash
|
```bash
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
venv\Scripts\activate
|
source ./venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
For Linux:
|
For Linux:
|
||||||
|
|
Loading…
Reference in New Issue