documented development environment

This commit is contained in:
missytake 2023-10-07 10:14:11 +02:00
parent 3d26248796
commit 4d61054970

View file

@ -22,3 +22,15 @@ hiding the identities of the team members.
## Usage: Command Line Interface
## Development Environment
To get started with developing,
run:
```
python3 -m venv venv
. venv/bin/activate
pip install pytest tox black
pip install -e .
tox
```