Files
geopandas/doc/install.rst
T

40 lines
730 B
ReStructuredText

Installation
============
GeoPandas is pre-alpha software. Please install the latest source
from `GitHub`_ and use the setup script::
python setup.py install
Dependencies
------------
- `numpy`_
- `pandas`_
- `shapely`_
- `fiona`_
- `descartes`_
- `matplotlib`_
Testing
-------
To run the current set of tests from the source directory, run::
nosetests -v
from a command line.
.. _GitHub: https://github.com/kjordahl/geopandas
.. _numpy: http://www.numpy.org
.. _pandas: http://pandas.pydata.org
.. _shapely: http://toblerity.github.io/shapely
.. _fiona: http://toblerity.github.io/fiona
.. _Descartes: https://pypi.python.org/pypi/descartes
.. _matplotlib: http://matplotlib.org
.. toctree::
:maxdepth: 2