Skip to content

Commit

Permalink
clean up python independencies
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Feb 14, 2024
1 parent 2904c66 commit 3af1ed6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .vscode/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ sudo apt-get update -y
# Deletes ROS build directories
rm -rf build install log

# Crazy one liner for install python dependencies
for d in src/pi/*/ src/surface/*/; do pip install -e "$d"; done
# Delete generated files
rm -rf $(find . | grep .egg-info)
# Install python dependencies
pip install .

# Install some random package that PyQt requires
sudo apt-get install libxcb-cursor0 -y

0 comments on commit 3af1ed6

Please sign in to comment.