.. _installation: Installation ============ Python distribution ------------------- *SupPy* can be simply installed via pip: .. code-block:: bash 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. .. code-block:: bash pip install -e .[dev]