-
-
Save parzibyte/ae4fbe0969b131ccef1e0e92c80a8af6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/EbenKouao/pi-camera-stream-flask#library-dependencies | |
sudo apt-get install libatlas-base-dev | |
sudo apt-get install libjasper-dev | |
sudo apt-get install libqtgui4 | |
sudo apt-get install libqt4-test | |
sudo apt-get install libhdf5-dev | |
sudo pip3 install flask | |
sudo pip3 install numpy | |
sudo pip3 install opencv-contrib-python | |
sudo pip3 install imutils | |
sudo pip3 install opencv-python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment