Installation
Installation¶
Requirements¶
- Python 3.9 or higher
Installation¶
FawltyDeps is distributed with PyPI, so any way you install PyPI dependencies is supported, for example:
pip install fawltydeps
- Use your project manager tool to install it as a development dependency, for example:
uv add --dev fawltydeps
poetry add --group=dev fawltydeps
pdm add -dG dev fawltydeps
- manually add
fawltydeps
to youdev-requirements.txt
You can also install FawltyDeps as a stand-alone tool to make it generally available:
- With uv:
uv tool install fawltydeps
- With pipx:
pipx install fawltydeps