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 fawltydepspoetry add --group=dev fawltydepspdm add -dG dev fawltydeps- manually add
fawltydepsto 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