Update README.md
parent
9086072b8e
commit
9f7e5273c4
|
@ -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