git clone [email protected]:uber/h3-py.git
cd h3-py
make init
make test
make lint
- Follow something like the
numpydoc
docstring guide or thepandas
docstring guide
- GitHub Standard Fork & Pull Request Workflow
- pyenv for multiple versions (to help with tox)
- tox stuff
- more tox stuff
cd src/h3lib
git checkout master
git pull
cd ..
git add h3lib
git commit ...