Skip to content

Installation

  • Python 3.12+
  • uv (recommended) or pip
Terminal window
# From PyPI
uv tool install slipp
# Or from GitHub (latest)
uv tool install git+https://github.com/angelsen/slipp

This installs slipp globally and makes it available in your PATH.

Terminal window
pip install slipp
Terminal window
git clone https://github.com/angelsen/slipp.git
cd slipp
uv sync
uv run slipp --help

Enable tab completion for your shell:

Terminal window
# Bash
slipp --install-completion bash
# Zsh
slipp --install-completion zsh
# Fish
slipp --install-completion fish