Closed Shreeyak closed 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.
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
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
pip install -U git+https://github.com/udacity/udacidrone.git
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
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