Installation
============
Dependencies
------------
:math:`\texttt{tropygal}` only requires `numpy `__ and `scipy `__.
Installing
----------
:math:`\texttt{tropygal}` can be installed from the PyPI module typing::
pip install --user tropygal
It can also be installed by downloading the source or cloning the
`GitHub repository `__ and
typing::
python setup.py install --user
from its root directory. In case you want it installed in a specific directory::
python setup.py install --prefix=/WHERE/YOU/WANT/IT