Install¶
From PyPI¶
pip install trtcheck
Requires Python 3.10+.
Verify:
trtcheck --version
From source¶
git clone https://github.com/sohams25/trtcheck.git
cd trtcheck
pip install -e ".[dev]"
The [dev] extras include pytest, mypy, black, and isort.
Development environment notes¶
If your shell has ROS or another distro that injects into PYTHONPATH,
strip it before running tests:
./scripts/run-tests.sh
That wrapper exists for exactly this reason.