Installation

Slash can be installed directly using pip.

pip install "slash @ git+https://github.com/jessetvogel/slash.git@main"

Alternatively, Slash can be installed by adding the following dependency to your pyproject.toml file.

[project]
dependencies = [
    "slash @ git+https://github.com/jessetvogel/slash.git@main"
]