Skip to content

Commit

Permalink
Update linux_&_osx_start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinsenal0x64 authored Feb 7, 2024
1 parent 1351dc9 commit b97662d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions linux_&_osx_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ fi

cd "${CLONE_DIR}"
echo "Installing Packages......"

# Create virtual environment
python -m venv fixarr

# Activate virtual environment
source fixarr/bin/activate

pip install -r requirements.txt
chmod +x fixarr.py
python fixarr.py

0 comments on commit b97662d

Please sign in to comment.