space-concordia-robotics / robotics-rover

This is the actual code running on the rover.
1 stars 0 forks source link

ROBOTICS ROVER

.. image:: https://travis-ci.org/space-concordia-robotics/robotics-rover.svg :target: https://travis-ci.org/space-concordia-robotics/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.