From 64573aa68180d1aacff6cf4b86a10bd288f3afe5 Mon Sep 17 00:00:00 2001 From: "Stephen A. Balaban" Date: Mon, 21 Jul 2014 11:05:27 -0700 Subject: [PATCH] Fixed README.markdown Erroneous installation instructions. The svgwrite dependency was missing. --- 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