Skip to content
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.

Step 1. Development Environment

Dalton Smith edited this page Sep 12, 2017 · 1 revision

It's recommended that you use a virtual environment such as mkvirtualenv

Instructions are for Raspberry Pi3 (Other Systems are Similar)

  1. Download and Image your SD card with Raspbian Lite at https://www.raspberrypi.org/downloads/raspbian/
  2. Create your virtual environment (optional)
  3. Enter your virtual environment
  4. Install Python with "sudo apt-get install python3"
  5. Type this command "wget https://bootstrap.pypa.io/get-pip.py"
  6. Type this command "python get-pip.py"
  7. Download, Build, Install OpenCV 3.1.0 as per these instructions. http://www.pyimagesearch.com/2016/04/18/install-guide-raspberry-pi-3-raspbian-jessie-opencv-3/
  8. Type this command "pip install numpy"
  9. Type this command "pip install pynetworktables"
  10. Type this command "pip install imutils"
  11. Reboot with "sudo reboot now" and development environment is complete.
Clone this wiki locally