README update

This commit is contained in:
2026-04-16 16:39:12 +02:00
parent 03cbff5e83
commit 108d600235
+16
View File
@@ -0,0 +1,16 @@
# tea3-py
## install
```
python -m venv .venv
source .venv/bin/activate
pip install -e .
```
## run tests
```
pip install pytest
pytest
```