Installation#

Python distribution#

SupPy can be simply installed via pip:

pip install suppy

Alternatively the source code can be found and cloned from GitHub.

If you would like to take advantage of SupPy’s GPU capabilities, the cupy library is required. For installation check your CUDA version and the installation guide.

If your plan is to contribute to the development of SupPy, please fork the the GitHub repository and install the package in editable mode with the dev option.

pip install -e .[dev]