Install arc852-robotics with:
sudo -H pip3 install arc852-robotics --extra-index-url https://pypi.fury.io/pambrose/
Warning: if you have problems with the cache, use the --no-cache-dir
option.
Update arc852-robotics with:
sudo -H pip3 install --upgrade arc852-robotics --extra-index-url https://pypi.fury.io/pambrose/
Uninstall arc852-robotics with:
sudo -H pip3 uninstall arc852-robotics
Every update requires a version update in setup.py.
Update the version
in setup.py
before pushing to Gemfury.
Add the Gemfury repo with:
git remote add fury https://<your-username>@git.fury.io/pambrose/arc852-robotics.git
Push new versions to Gemfury with:
git push fury master