Installation

You can install hydra-slayer via pip or directly from source.

Install from PyPi

Using pip you can easily install the latest release version PyPI:

pip install hydra-slayer

Install from GitHub

You can install the latest development version using pip directly from the GitHub repository:

pip install git+https://github.com/catalyst-team/hydra-slayer.git

Install from source

It’s also possible to clone the Git repository and install it from source with Poetry:

git clone https://github.com/catalyst-team/hydra-slayer.git
cd hydra-slayer
poetry install