Installation

Install from git repository with pip

To install slurmer from master branch, run:

pip install git+https://github.com/mjhong0708/slurmer.git

To install latest version(v0.2.0) of slurmer, run:

pip install git+https://github.com/mjhong0708/slurmer.git@v0.2.0

Other versions are available in releases tab.

Installation for development with poetry

slurmer uses poetry for dependency management and building package. Install poetry and run poetry install in the root of project to install package in editable mode with development dependencies.