.. _installation:

***************
Installation
***************

To install ScattPy one needs:

* Python 2.5 - 2.7
* F2PY with a configured FORTRAN77 compiler
* Python packages:

  - NumPy
  - SciPy
  - NumdiffTools

Ubuntu
------

.. code-block:: bash

   $ sudo apt-get install python-numpy python-scipy python-dev python-setuptools ipython
   $ sudo easy_install numdifftools
   $ sudo easy_install scikits.scattpy

Windows
-------

Instructions for installing ScattPy under Windows operating system will be added later
