Python package with helper functions for working with FAU's High Performance Cluster (HPC).
hpc-helper requires Python >=3.8. First, install a compatible version of Python.
Then you can install hpc-helper via pip.
Installation from PyPi:
pip install hpc-helperInstallation from local repository copy:
git clone https://github.com/mad-lab-fau/hpc-helper.git
cd hpc-helper
pip install .