IonSystems / tiberius-robot

Repository for all software modules used by Heriot-Watt University's Tiberius Robot.
1 stars 0 forks source link

Integrating setuptools for easy installation #8

Closed camieac closed 8 years ago

camieac commented 8 years ago

We would like to be able to install our modules on a Raspberry Pi from a simple setup.py script. This would remove the not so nice sys.path.insert(0, '') include statements.

camieac commented 8 years ago

Done, was addressed in commit 7e1ed518b1c2f344534b3e2cd230b87f662bd821. Closed