Installation
Karva is available as karva
on PyPI.
Use karva directly with uvx
:
Or install karva with uv
, or pip
:
# With uv.
uv tool install karva@latest
# Add karva to your project.
uv add --dev karva
# With pip.
pip install karva
Once installed, you can use karva to run your tests:
Or to get the version of karva you're using: