Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 532 Bytes

README.rst

File metadata and controls

21 lines (12 loc) · 532 Bytes

ROBOTICS ROVER

All the rover core stuff go here.

To install, run:

python2.7 setup.py install --user

This will make a user install. Make sure your environment sees executables in the local path.

If you're developing, use the following command:

python2.7 setup.py develop --user

Any changes you make will take effect immediately. No need to reinstall.