From af3a8af6a43cc307b6cff3d997737b6fcffcaf83 Mon Sep 17 00:00:00 2001 From: Danny Staple Date: Fri, 16 Sep 2016 00:01:46 +0100 Subject: [PATCH] Add the module svgwrite It was required upon running the simplecv tool, and not mentioned in the guide. Added in as a pip install step here. --- doc/HOWTO-Install on RaspberryPi.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/HOWTO-Install on RaspberryPi.rst b/doc/HOWTO-Install on RaspberryPi.rst index 820cc92eb..d212931da 100644 --- a/doc/HOWTO-Install on RaspberryPi.rst +++ b/doc/HOWTO-Install on RaspberryPi.rst @@ -17,7 +17,8 @@ Installing SimpleCV on the Raspberry Pi :: sudo apt-get install ipython python-opencv python-scipy python-numpy python-setuptools python-pip - + sudo pip install svgwrite + 4) SimpleCV should now be ready to install. Download SimpleCV from github and install from the source.