Skip to content

Installation

Requirements

  • Python 3.10 or newer
  • Optional external tools if you want those integrations detected or removed:
  • conda
  • pipx

If those tools are not installed, their detectors are skipped cleanly.

Install with pip

pip install killpy

Install with pipx

pipx install killpy

Install with uv

uv tool install killpy

Verify the install

killpy --help

Local development install

From the repository root:

uv sync --all-groups
uv run killpy --help