Added notes on packages. This fixes #31

This commit is contained in:
Armin Ronacher 2015-12-28 11:51:30 +01:00
parent 1147426c00
commit 3d9db1fda1
2 changed files with 7 additions and 3 deletions

View File

@ -30,9 +30,10 @@ the installation is a bit more involved.
You need to make sure you have the following software installed on your computer:
* Python 2.7 (**not** Python 3.x, also `python-dev` is required on Ubuntu)
* ImageMagick (`brew install imagemagick` or `apt-get install imagemagick`
can get you this on OS X and Ubuntu respectively, on Windows do `choco
* 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 ot be installed. On Windows do `choco
install imagemagick`, which requires [chocolatey :ext](https://chocolatey.org/),
or [download from here :ext](http://www.imagemagick.org)).

View File

@ -37,6 +37,9 @@ your current user does not have rights to write into `/usr/local`.
curl -sf https://www.getlektor.com/install.sh | sh
```
You might need additional dependencies for this installation. For more
information see [Installation](../docs/installation/).
### Windows
If you are on Windows copy/paste this command into the `command prompt`: