Skip to content

Commit

Permalink
try which
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzhi713 committed Jun 24, 2023
1 parent 032b07a commit 0735b28
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build_scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ else
echo "Unsupported platform: " $PLATFORM
exit 1
fi

which python3
which pip
which pip3
which pip3.9
pip install numpy==1.24.3
which pip
which pip3
which pip3.9
pip install -r requirements.txt

0 comments on commit 0735b28

Please sign in to comment.