Added notes on packages. This fixes #31
This commit is contained in:
parent
1147426c00
commit
3d9db1fda1
|
@ -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:
|
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)
|
* Python 2.7 (**not** Python 3.x, also `python-dev`, `libssl-dev` and
|
||||||
* ImageMagick (`brew install imagemagick` or `apt-get install imagemagick`
|
`libffi-dev` is required on Ubuntu)
|
||||||
can get you this on OS X and Ubuntu respectively, on Windows do `choco
|
* 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/),
|
install 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)).
|
||||||
|
|
||||||
|
|
|
@ -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
|
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
|
### Windows
|
||||||
|
|
||||||
If you are on Windows copy/paste this command into the `command prompt`:
|
If you are on Windows copy/paste this command into the `command prompt`:
|
||||||
|
|
Loading…
Reference in New Issue