Installation

Getting Python

If it’s your first time with Python, we recommend using either conda, mamba or pip as easy-to-use package managers. They are available for Windows, Mac OS X, and GNU/Linux.

Tip

It’s always helpful to use dedicated conda/mamba environments or virtual environments.

Conservative installation

If you’re very conservative and don’t like package managers, you can simply download the code from the Dispa-LINK github repository, and add the directory of Dispa-LINK to your Python path with, for example:

import sys

sys.path.append("path/to/Dispa-LINK")

import dispa_link