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.
31 lines
689 B
31 lines
689 B
13 years ago
|
==========
|
||
|
Download
|
||
|
==========
|
||
|
|
||
|
PyPI
|
||
|
====
|
||
|
|
||
|
pygal is `available on PyPI <http://pypi.python.org/pypi/pygal/>`_. To
|
||
|
install, just type as superuser::
|
||
|
|
||
|
pip install pygal
|
||
|
|
||
|
Git Repository
|
||
|
==============
|
||
|
|
||
|
If you want the development version of CairoSVG, take a look at the
|
||
|
:codelink:`git repository on GitHub`, or clone it thanks to::
|
||
|
|
||
|
git clone git://github.com/Kozea/CairoSVG.git
|
||
|
|
||
|
You can also download `the pygal package of the git repository
|
||
|
<https://github.com/Kozea/pygal/tarball/master>`_.
|
||
|
|
||
|
Linux Distribution Packages
|
||
|
===========================
|
||
|
|
||
|
*Not packaged yet.*
|
||
|
|
||
|
If you are interested in creating packages for Linux distributions, read the
|
||
|
`"Contribute" page </contribute/>`_.
|