Merge pull request #104 from go-bears/master

updated installation doc
This commit is contained in:
Armin Ronacher 2016-07-07 09:44:12 +05:00 committed by GitHub
commit 905b0fc121
1 changed files with 4 additions and 3 deletions

View File

@ -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 * Python 2.7 (**not** Python 3.x, also `python-dev`, `libssl-dev` and
`libffi-dev` is required on Ubuntu) `libffi-dev` is required on Ubuntu)
* ImageMagick (`brew install imagemagick` can get you this on OS X and on `sudo apt-get install python-dev libssl-dev libffi-dev`
Ubuntu the `imagemagick` package needs to be installed. On Windows do `choco * ImageMagick (`brew install imagemagick` can get you this on OS X and `sudo apt-get install imagemagick`
install imagemagick`, which requires [chocolatey :ext](https://chocolatey.org/), 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)). 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 Once you have those installed and have made sure that they are on your `PATH`, you can