1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
===============================
Installing gridDataFormats
===============================
Releases
========
All releases of the package are hosted on the Python Package index so
you can just install them directly with ::
pip install gridDataFormats
Source
======
From the checked out top level directory of the sources::
python setup.py install
If you don't have NumPy_ installed it will download and install it
automatically.
For some functionality you will also need to install scipy_.
.. _NumPy: http://numpy.scipy.org/
.. _scipy: http://www.scipy.org/scipylib/index.html
|