Skip to content

athenian-robotics/arc852-robotics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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