9 lines
272 B
Markdown
9 lines
272 B
Markdown
|
If you are interested in contributing to Menagerie, you will need to install a few Python dependencies which exist for unit testing purposes.
|
||
|
|
||
|
In a virtual environment of your choice with Python 3.7 or later, run:
|
||
|
|
||
|
```bash
|
||
|
pip install -r requirements.txt
|
||
|
pytest test/
|
||
|
```
|