Skip to content

Commit

Permalink
Added missing environment activate
Browse files Browse the repository at this point in the history
  • Loading branch information
szczyglis-dev committed Aug 25, 2024
1 parent 43c054c commit f10acb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
# This script is used to install the app dependencies and run the app using the virtual environment
python -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt
python3 run.py "$@"

0 comments on commit f10acb3

Please sign in to comment.