Contributing

Contributions are welcome. Please open an issue or pull request on GitHub.

Development setup

git clone https://github.com/agc888/goatpy.git
cd goatpy
pip install -e ".[dev,docs,napari]"

Running tests

pytest tests/

Building the docs locally

cd docs
pip install -r requirements.txt
make html
open build/html/index.html