From charlesreid1

Revision as of 06:14, 19 August 2016 by Admin (talk | contribs) (Created page with "=Installing= ==Raspberry Pi== Start by installing things SimpleCV will need, namely, Scipy and OpenCV: <pre> $ sudo apt-get install python-scipy $ sudo apt-get install pyth...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installing

Raspberry Pi

Start by installing things SimpleCV will need, namely, Scipy and OpenCV:

$ sudo apt-get install python-scipy
$ sudo apt-get install python-opencv

Now install simplecv using pip:

$ sudo pip install simplecv