Behron 60aaea751f Finished fixing merge conflicts and touched up camera settings.
More merge conflicts. Taking main changes then will integrate mine.
2025-04-10 13:20:26 -06:00

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/
```