git clone ...
cd ...
pip install -e .[develop]
pytest --doctest-modules
Please make sure to run the following commands before contributing some code. They install git hook scripts to avoid improper commits or pushes.
git clone ...
cd ...
pip install -e .[develop]
pre-commit install
pre-commit install -t pre-push