File: INSTALL

package info (click to toggle)
python-griddataformats 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,232 kB
  • sloc: python: 2,862; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 592 bytes parent folder | download | duplicates (3)
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