documented development environment
This commit is contained in:
parent
3d26248796
commit
4d61054970
12
README.md
12
README.md
|
@ -22,3 +22,15 @@ hiding the identities of the team members.
|
||||||
|
|
||||||
## Usage: Command Line Interface
|
## 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue