Skip to content

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Development Setup

1
2
3
git clone https://github.com/VRConservation/propongo.git
cd propongo
pip install -e ".[dev]"

Running Tests

1
pytest