Clarify conda-build authored by Olivier Bertrand's avatar Olivier Bertrand
To upload a new version to anaconda:
1. git pull the last version of navipy (master branch)
2. conda-build navipy (from the parent folder of navipy)
3. anaconda upload -u bolirev Path/To/Tar.bz2
\ No newline at end of file
2. Update the Sha256 in meta.yaml (See pypi)
3. conda-build navipy (from the parent folder of navipy). Not at the same level as `meta.yaml`, but one above! Otherwise No recipe found
4. anaconda upload -u bolirev Path/To/Tar.bz2
\ No newline at end of file