mirkix / BBBMINI

BeagleBone ArduPilot DIY Cape
185 stars 64 forks source link

Add git pull instructions and change github url to ardupilot #44

Closed Ardustorm closed 5 years ago

Ardustorm commented 5 years ago

I'm building BBBMINI on the beaglebone and added the git pull directions in the software documentation. I also updated the git urls to 'ardupilot' from 'diydrones' since that is where it gets redirected anyways.

Ardustorm commented 5 years ago

I also ran into issues installing future using pip, though I'm not sure if that is a problem specific to me. To fix it I ran these commands:

sudo pip install setuptools --upgrade sudo pip install --upgrade distribute

I can add them to the instructions if that seems useful.

mirkix commented 5 years ago

@Ardustorm Thanks!