We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf20ad0 commit 290d84cCopy full SHA for 290d84c
README.md
@@ -17,7 +17,7 @@ python3 should be installed
17
* It is recommended to use a virtual environment to install dependencies. To create a virtual environment:
18
```
19
python3 -m venv env
20
- source env/bin/activate # on Mac
+ source env/bin/activate # on Mac/Linux
21
env\Scripts\activate # on Windows
22
23
* Install dependencies
0 commit comments