Installation

Requirements

Installation from source

We currently only test on Linux systems. On windows we recommend the Windows Subsystem for Linux (WSL). The exact list of dependencies are given in setup.py and all of them will be automatically installed during setup.

git:

The source is available on github, which can be installed as:

$ git clone https://github.com/SINGROUP/Runner.git
$ cd Runner
$ pip install . --upgrade

To update the installation:

$ cd Runner
$ git pull
$ pip install . --upgrade