587e5683e18b8920370f4be45d9d94d9ef81ad85
tea3-py
install
python -m venv .venv
source .venv/bin/activate
pip install -e .
run tests
pip install pytest
pytest
Languages
Python
99.9%
python -m venv .venv
source .venv/bin/activate
pip install -e .
pip install pytest
pytest