Skip to content

Commit

Permalink
added bash script to setup .venv
Browse files Browse the repository at this point in the history
  • Loading branch information
geekygirldawn committed Aug 28, 2023
1 parent 6fd952d commit 1aed753
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup_venv.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin bash

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

0 comments on commit 1aed753

Please sign in to comment.