mirror of https://github.com/Kozea/pygal.git
Python to generate nice looking SVG graph
http://pygal.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.3 KiB
54 lines
1.3 KiB
========== |
|
Installing |
|
========== |
|
|
|
pygal is available for python 2.6, 2.7 and 3.2, 3.3, 3.4 and pypy. |
|
|
|
|
|
PyPI |
|
==== |
|
|
|
pygal is `available on PyPI <http://pypi.python.org/pypi/pygal/>`_. |
|
To install, just type as superuser: |
|
|
|
.. code-block:: bash |
|
|
|
pip install pygal |
|
|
|
|
|
Dependencies |
|
============ |
|
|
|
There are no required dependency. |
|
|
|
Optional dependencies are as follow: |
|
|
|
* ``lxml`` which can improve rendering speed (except on pypy). |
|
* ``cairosvg``, ``tinycss``, ``cssselect`` to render png. |
|
|
|
|
|
Git Repository |
|
============== |
|
|
|
If you want the development version of pygal, take a look at the |
|
`git repository on GitHub <https://github.com/Kozea/pygal>`_, or clone it with: |
|
|
|
.. code-block:: bash |
|
|
|
git clone git://github.com/Kozea/pygal.git |
|
|
|
You can also download `the development snapshot from github <http://github.com/Kozea/pygal/tarball/master>`_. |
|
|
|
|
|
Linux Distribution Packages |
|
=========================== |
|
|
|
Pygal has been packaged for: |
|
|
|
- `Fedora <https://admin.fedoraproject.org/pkgdb/acls/name/python-pygal>`_ |
|
- `Gentoo <http://packages.gentoo.org/package/dev-python/pygal>`_ |
|
- `Ubuntu <https://launchpad.net/ubuntu/+source/python-pygal>`_ |
|
- `Debian <https://packages.debian.org/unstable/python-pygal>`_ |
|
- `Arch Linux <https://aur.archlinux.org/packages/python-pygal/>`_ |
|
|
|
If you are interested in creating packages for Linux distributions, `contact us <support.html>`_.
|
|
|