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

Step 2. Local Development Environment

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

For development on a separate (Windows) computer.

  1. Download and Install Anaconda for 3.6 at https://www.anaconda.com/download/
  2. Download the OpenCV +Contrib file for your version http://www.lfd.uci.edu/~gohlke/pythonlibs/
  3. Enter the anaconda prompt (run or search the application)
  4. Type "pip install numpy"
  5. Type "pip install [navigate to your .whl file]"
  6. Type "pip install imutils"
  7. Type "pip install pynetworktables"
  8. The local development environment is all setup!
Clone this wiki locally