diff options
Diffstat (limited to 'setup.sh')
-rw-r--r-- | setup.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..26fc88f --- /dev/null +++ b/setup.sh @@ -0,0 +1,5 @@ +#!/bin/bash +python3 -m venv .venv +source .venv/bin/activate +pip3 install -r requirements.txt +echo "venv made and activated. requirements should be installed too now" |