Installation¶
deputy requires Python 3.12+ and works best with the uv package manager.
pip¶
uv tool install¶
This installs deputy globally as a standalone CLI tool, isolated from your project dependencies.
Development¶
For contributing to deputy itself:
Verify¶
Note
deputy needs a local SQLite database to operate. Run deputy init in your project root before using any other command.