17 lines
144 B
Markdown
17 lines
144 B
Markdown
# tea3-py
|
|
|
|
## install
|
|
|
|
```
|
|
python -m venv .venv
|
|
source .venv/bin/activate
|
|
pip install -e .
|
|
```
|
|
|
|
## run tests
|
|
|
|
```
|
|
pip install pytest
|
|
pytest
|
|
```
|