Install

Requirements

pyFIM requires Python 3.3 or higher.

Please make sure you have all these dependencies installed. They are all available via PIP.

Note

If you are on Windows, it is probably easiest to install a scientific Python distribution such as Anaconda, Enthought Canopy, Python(x,y), WinPython, or Pyzo. If you use one of these Python distribution, please refer to their online documentation.

Installation

pyFIM is not listed in the Python Packaging Index but you can install the current version directly from Github using:

pip install git+git://github.com/schlegelp/pyfim@master

See here how to get PIP.

Depending on your default Python version you may have to specify that you want pyFIM to be installed for Python 3:

pip3 install git+git://github.com/schlegelp/pyfim@master

Installing from source

Alternatively, you can install pyFIM from source:

  1. Download the source (tar.gz file) from
  1. Unpack and change directory to the source directory
(the one with setup.py).
  1. Run python setup.py install to build and install