Skip to content

Commit a11e2e8

Browse files
authored
Update README.md
1 parent 6cb1507 commit a11e2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cd bolt-python-assistant-template
4141

4242
# Setup your python virtual environment
4343
python3 -m venv .venv
44-
source .venv/bin/activate
44+
source .venv/bin/activate # for Windows OS, .\.venv\Scripts\Activate instead should work
4545

4646
# Install the dependencies
4747
pip install -r requirements.txt

0 commit comments

Comments
 (0)