Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added extra step for installing on Raspberry Pi #695

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion doc/HOWTO-Install on RaspberryPi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ Alternatively, you can install SimpleCV from source.
cd SimpleCV
sudo pip install -r requirements.txt
sudo python setup.py develop
::

On Raspberry Pi you may also need to install pygame and svgwrite. Execute these two commands
sudo apt-get install python-pygame
sudo pip install svgwrite

5) After allowing those commands to run for a while (it is going to take a while, go
grab a drink), SimpleCV should be all set up. Connect a compatible camera to the
Expand All @@ -57,5 +62,5 @@ Alternatively, you can install SimpleCV from source.
SimpleCV:2: <SimpleCV.Image Object size:(640, 480), filename: (None), at memory location: (0x1335850)>

SimpleCV:3> exit()

6) Congratulations, your RaspberryPi is now running SimpleCV!