Skip to content

Commit

Permalink
Fix setup_env script
Browse files Browse the repository at this point in the history
  • Loading branch information
RitheeshBaradwaj committed Sep 12, 2023
1 parent 5cf32ce commit 15c6a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ sudo apt-get install libsox-dev
sudo apt-get install sox -y
sudo apt install ffmpeg -y
python -m pip install --upgrade pip
python -m pip install *.whl
pip install -r requirements.txt

0 comments on commit 15c6a23

Please sign in to comment.