Installation¶
Requirements¶
- Python
>=3.10 - Network access to PyPI for live inspection
Install from PyPI¶
pip install trustcheck
Verify the CLI is available¶
trustcheck --help
Upgrade¶
pip install --upgrade trustcheck
Notes¶
CI runs should stay aligned with the package's advertised Python support. When you need fully reproducible automation, pin both the Python version and the trustcheck version.