From 35f95d887a55d8559aacb7ceb0aa40daf70efc92 Mon Sep 17 00:00:00 2001 From: go-bears Date: Fri, 1 Jul 2016 16:29:23 -0700 Subject: [PATCH] updated installation added code to install python dependencies for Ubuntu --- content/docs/installation/contents.lr | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/docs/installation/contents.lr b/content/docs/installation/contents.lr index 563e5bd2..458f101d 100644 --- a/content/docs/installation/contents.lr +++ b/content/docs/installation/contents.lr @@ -32,9 +32,10 @@ You need to make sure you have the following software installed on your computer * Python 2.7 (**not** Python 3.x, also `python-dev`, `libssl-dev` and `libffi-dev` is required on Ubuntu) -* ImageMagick (`brew install imagemagick` can get you this on OS X and on - Ubuntu the `imagemagick` package needs to be installed. On Windows do `choco - install imagemagick`, which requires [chocolatey :ext](https://chocolatey.org/), + `sudo apt-get install python-dev libssl-dev libffi-dev` +* ImageMagick (`brew install imagemagick` can get you this on OS X and `sudo apt-get install imagemagick` + on Ubuntu the `imagemagick` package needs to be installed. + On Windows do `chocoinstall imagemagick`, which requires [chocolatey :ext](https://chocolatey.org/), or [download from here :ext](http://www.imagemagick.org)). Once you have those installed and have made sure that they are on your `PATH`, you can