We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb1507 commit a11e2e8Copy full SHA for a11e2e8
README.md
@@ -41,7 +41,7 @@ cd bolt-python-assistant-template
41
42
# Setup your python virtual environment
43
python3 -m venv .venv
44
-source .venv/bin/activate
+source .venv/bin/activate # for Windows OS, .\.venv\Scripts\Activate instead should work
45
46
# Install the dependencies
47
pip install -r requirements.txt
0 commit comments