Skip to content

Commit 1078145

Browse files
committed
idk man
1 parent c01c88b commit 1078145

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ cd opencv-python
1010
export ENABLE_HEADLESS=1
1111
export CMAKE_ARGS="-DWITH_GSTREAMER=ON"
1212

13-
pip install --upgrade pip wheel
14-
pip wheel . --verbose
15-
sudo pip install opencv_python*.whl
13+
sudo pip3 install --upgrade pip wheel
14+
sudo pip3 wheel . --verbose
15+
sudo pip3 install opencv_python*.whl
1616

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

2020
# Cleanup
2121
cd ..

0 commit comments

Comments
 (0)