Skip to content

Commit

Permalink
idk man
Browse files Browse the repository at this point in the history
  • Loading branch information
lianachiley committed Mar 8, 2024
1 parent c01c88b commit 1078145
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ cd opencv-python
export ENABLE_HEADLESS=1
export CMAKE_ARGS="-DWITH_GSTREAMER=ON"

pip install --upgrade pip wheel
pip wheel . --verbose
sudo pip install opencv_python*.whl
sudo pip3 install --upgrade pip wheel
sudo pip3 wheel . --verbose
sudo pip3 install opencv_python*.whl

# Install other python deps
sudo pip install --extra-index-url https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2024/simple/ robotpy
sudo pip3 install --extra-index-url https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2024/simple/ robotpy

# Cleanup
cd ..
Expand Down

0 comments on commit 1078145

Please sign in to comment.