diff --git a/README.md b/README.md index 88bfc4c..ffd5d12 100644 --- a/README.md +++ b/README.md @@ -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 +```