seeg utilities
- Free software: BSD license
- Documentation: https://seeg.readthedocs.io.
These instructions assume you have just completed creating a repo with cookiecutter and have cd'ed into the repo
- Create the corresponding repo in Github.
- Add the repo to your Travis-CI account.
- Add the repo to your Appveyor account.
- Add the repo to your Coveralls account.
- Git init
- Git add .
- Git commit -m "Initial commit"
- follow the instructions from Github to point your local repo to Github and push your repo
- Update the badges
- Delete these instructions from this file.
- TODO
This package was created with Cookiecutter and the lneisenman/cookiecutter-python project template which is based on the audreyr/cookiecutter-pypackage project template.