From bdf74d66a904981e6ca2f9fc0de5d3a643b9b605 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sat, 13 Jan 2018 01:01:40 +0100 Subject: [PATCH] Update installation instruction and include more packages [skip ci] --- docs/installation.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index cf938a6..15c29a9 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -6,12 +6,17 @@ Install the extension with one of the following commands:: $ easy_install sigal -or alternatively if you have pip installed:: +or preferably if you have pip installed:: $ pip install sigal To install the development version, see the :doc:`contribute`. +Also, note that Sigal depends on `Pillow +`_, which needs specific libraries when +building from sources. See their `Installation documentation +`_ for more details. + Dependencies ~~~~~~~~~~~~ @@ -25,4 +30,10 @@ Dependencies Packages ~~~~~~~~ -- Archlinux: `AUR package `_ +Some packages are available for Linux distributions: + +- `Archlinux `_ +- `Gentoo `_ +- `OpenSuse + `_ +- `NixOS `_