Skip to content

Commit

Permalink
fix: requirement.txt path
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Feb 21, 2024
1 parent 663d625 commit 8dddd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
sudo apt-get update
sudo apt-get -y install python3-pip
pip3 --version
pip3 install -r ./requirements.txt
pip3 install -r ./scripts/requirements.txt

0 comments on commit 8dddd07

Please sign in to comment.