Files
sigal/docs/installation.rst

49 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2013-08-03 17:04:23 +02:00
==============
Installation
==============
With pip::
2013-08-03 17:04:23 +02:00
$ pip install sigal
2013-08-03 17:04:23 +02:00
Or to install with optional dependencies (listed below)::
2013-08-03 17:04:23 +02:00
$ pip install sigal\[all,tests\]
2013-08-03 17:04:23 +02:00
To install the development version, see the :doc:`contribute`.
Also, note that Sigal depends on `Pillow
<https://github.com/python-pillow/Pillow>`_, which needs specific libraries when
building from sources. See their `Installation documentation
<https://pillow.readthedocs.io/en/stable/installation.html>`_ for more details.
2013-08-03 17:04:23 +02:00
Dependencies
~~~~~~~~~~~~
The mandatory dependencies are:
- Blinker
2014-07-22 23:59:53 +02:00
- Click
2013-08-03 17:04:23 +02:00
- Jinja2
- Pilkit
- Pillow
2013-08-03 17:04:23 +02:00
- Python Markdown
There are also a number of optional dependencies for the :doc:`plugins`,
installable with the ``[all]`` marker:
- Brotli, zopfli (compress assets plugin)
- Boto (upload to S3 plugin)
- feedgenerator (feeds plugin)
Packages
~~~~~~~~
2013-08-03 17:04:23 +02:00
Some packages are available for Linux distributions:
- `Archlinux <https://www.archlinux.org/packages/community/any/sigal/>`_
- `Gentoo <https://packages.gentoo.org/packages/media-gfx/sigal>`_
- `OpenSuse
<https://build.opensuse.org/package/show/openSUSE:Factory/python-sigal>`_
- `NixOS <https://nixos.org/nixos/packages.html#sigal>`_