Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.24 KB

hpc-helper

PyPI GitHub Test and Lint codecov Code style: black PyPI - Downloads GitHub commit activity

Python package with helper functions for working with FAU's High Performance Cluster (HPC).

Installation

hpc-helper requires Python >=3.7. First, install a compatible version of Python. Then you can install hpc-helper via pip.

Installation from PyPi:

pip install hpc-helper

Installation from local repository copy:

git clone https://github.com/mad-lab-fau/hpc-helper.git
cd hpc-helper
pip install .