You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# update raspberry pi
sudo rpi-update
# refreshing the repositories
sudo apt-get update
# its wise to keep the system up to date!# you can skip the following line if you not# want to update all your software
sudo apt-get upgrade
# installing python3, pip and opencv for it# see https://www.pyimagesearch.com/2017/09/04/raspbian-stretch-install-opencv-3-python-on-your-raspberry-pi/