Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.14 KB

Code Health Maintainability

ARC852 Robotics Utilities

Setup

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.

Gemfury Setup

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