Files
tea3-py/README.md
T
2026-04-16 16:39:12 +02:00

144 B

tea3-py

install

python -m venv .venv
source .venv/bin/activate
pip install -e .

run tests

pip install pytest
pytest