We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01c88b commit 1078145Copy full SHA for 1078145
setup.sh
@@ -10,12 +10,12 @@ cd opencv-python
10
export ENABLE_HEADLESS=1
11
export CMAKE_ARGS="-DWITH_GSTREAMER=ON"
12
13
-pip install --upgrade pip wheel
14
-pip wheel . --verbose
15
-sudo pip install opencv_python*.whl
+sudo pip3 install --upgrade pip wheel
+sudo pip3 wheel . --verbose
+sudo pip3 install opencv_python*.whl
16
17
# Install other python deps
18
-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
19
20
# Cleanup
21
cd ..
0 commit comments