Skip to content

Commit

Permalink
python version error
Browse files Browse the repository at this point in the history
  • Loading branch information
4darsh-Dev committed Jun 1, 2024
1 parent 5a295a5 commit 9b4b83f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build_files.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# Install pip and virtualenv if necessary
python3 -m venv venv
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

Expand Down

0 comments on commit 9b4b83f

Please sign in to comment.