Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maximedrn authored Aug 29, 2023
1 parent 0a774f1 commit 460daee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ fi
# Activate the Python environment.
source "$ENV_NAME/bin/activate"

# Install requirements.
$PYTHON_PATH -m pip install -r requirements.txt

# Run the main.py file.
$PYTHON_PATH main.py

# Deactivate the Python environment.
deactivate
deactivate

0 comments on commit 460daee

Please # to comment.