Installation

Stable release

As module

To install pyIMD, just run this command in your terminal:

$ pip install pyIMD

Installing pyIMD this way ensures that you get always the latest release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

As stand alone executable

If you want to install pyIMD on your system without installing Python yourself just download the pre-compiled executable matching your operating system:

pyIMD can then be used trough its graphical user interface (GUI) directly.

From sources

The latest sources for pyIMD can be downloaded from the Github repo.

You can clone the public repository:

$ git clone git://git.gitlab.com/csb.ethz/pyIMD.git

Once you have a copy of the source, navigate into the directory and run:

$ python setup.py install .