Skip to content

Commit

Permalink
printed message to the screen to indicate that it is creating the env…
Browse files Browse the repository at this point in the history
…ironment and fixed a typo
  • Loading branch information
geekygirldawn committed Aug 29, 2023
1 parent 1aed753 commit 2ed31a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup_venv.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin bash

echo "Creating virtual env"
python3 -m venv .venv

echo "To activate virtual env: \"source .venv/bin/activate\""
echo "To install dependencies: \"pip install -r requirements.txt"
echo "To install dependencies: \"pip install -r requirements.txt\""

0 comments on commit 2ed31a0

Please sign in to comment.