udacity / fcnd-issue-reports

You can use this repository to file issue reports with the Flying Car Nanodegree content.
1 stars 4 forks source link

Udacidrone - Command to install it is wrong #357

Closed Shreeyak closed 6 years ago

Shreeyak commented 6 years ago

As per the documentation here: https://udacity.github.io/udacidrone/docs/getting-started.html

The command to install udacidrone is: pip install https://github.com/udacity/udacidrone.git.

This is wrong and gives errors. The correct command is: pip install git+https://github.com/udacity/udacidrone.git

If one already has Udacidrone installed, this is the command to update it: pip install -U git+https://github.com/udacity/udacidrone.git

Shreeyak commented 6 years ago

Also, please update the project fixedwing repo with the command to update the udacidrone. Would be useful for students. Repo here: https://github.com/udacity/FCND-FixedWing/blob/master/README.md