Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jonburchel committed Jul 28, 2024
1 parent 4185258 commit 20bd4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
cd backend # Adjust this if your requirements.txt is in the root

# Ensure pip is up to date
python -m ensurepip --upgrade
python3 -m ensurepip --upgrade

# Create and activate a virtual environment
python -m venv venv
python3 -m venv venv
source venv/bin/activate

# Install dependencies
Expand Down

0 comments on commit 20bd4d4

Please sign in to comment.