SimpleCV: Difference between revisions
From charlesreid1
(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...") |
|||
| Line 15: | Line 15: | ||
$ sudo pip install simplecv | $ sudo pip install simplecv | ||
</pre> | </pre> | ||
=Flags= | |||
{{PiFlag}} | |||
Revision as of 06:15, 19 August 2016
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
Flags