Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch authored Oct 22, 2024
1 parent 6cb1507 commit a11e2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cd bolt-python-assistant-template

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

# Install the dependencies
pip install -r requirements.txt
Expand Down

0 comments on commit a11e2e8

Please sign in to comment.