From 081f53840ecc5472851aca8147f503e4673656c2 Mon Sep 17 00:00:00 2001 From: Anjishnu Kumar Date: Thu, 26 Jun 2014 20:58:35 -0400 Subject: [PATCH] Update README.markdown svgwrite was a dependency for me when I was installing simpleCV with pip on ubuntu. Updated the Readme to reflect that and make that clearer. --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index b6b3e29b9..38ecf474e 100644 --- a/README.markdown +++ b/README.markdown @@ -61,6 +61,7 @@ The easiest way to install SimpleCV is with the packages for your distribution ( Install with pip sudo apt-get install ipython python-opencv python-scipy python-numpy python-pygame python-setuptools python-pip + sudo pip install svgwrite sudo pip install https://github.com/sightmachine/SimpleCV/zipball/develop Install using clone of SimpleCV repository