diff --git a/docs/conf.py b/docs/conf.py index dc505cd..2147853 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -101,7 +101,6 @@ html_theme_options = { 'github_user': 'saimn', 'github_repo': 'sigal', 'description': "Yet another simple static gallery generator.", - 'gratipay_user': 'saimn', # 'analytics_id': 'UA-18486793-2', # 'travis_button': True, } diff --git a/docs/installation.rst b/docs/installation.rst index b9c272c..cf938a6 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -10,37 +10,19 @@ or alternatively if you have pip installed:: $ pip install sigal +To install the development version, see the :doc:`contribute`. + Dependencies ~~~~~~~~~~~~ +- Blinker - Click - Jinja2 - Pilkit -- Python Imaging Library (PIL / Pillow, see below) +- Pillow - Python Markdown -PIL or Pillow ? -~~~~~~~~~~~~~~~ +Packages +~~~~~~~~ -PIL_ is almost dead, the last release was in 2009. If possible you should -prefer to use Pillow_, a fork of PIL which is actively developped, with -packaging improvements, Python 3 compatibility, etc. - -You can install Pillow with ``pip install Pillow``, preferably in a -virtualenv_. To have JPG and PNG support, you must first install the -developpement packages of libjpeg, freetype2 and zlib. - -- For Debian/Ubuntu, this is possible with:: - - apt-get build-dep python-dev python-imaging - - Debian/Sid users can use the experimental ``python-imaging`` package that is - built from Pillow source. - -- For Archlinux, there is a package_ for sigal in the AUR which already uses - Pillow. - -.. _PIL: http://www.pythonware.com/products/pil/ -.. _Pillow: https://github.com/python-imaging/Pillow -.. _package: https://aur.archlinux.org/packages/sigal/ -.. _virtualenv: http://www.virtualenv.org/ +- Archlinux: `AUR package `_