diff --git a/docs/getting-started.md b/docs/getting-started.md index a0c952f..2851149 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -26,7 +26,7 @@ To simplify installing all the dependencies and this library, you can install th Or you can manually install all the above dependencies and then simply install udacidrone using `pip install`: ```sh -pip install https://github.com/udacity/udacidrone.git +pip install git+https://github.com/udacity/udacidrone.git ``` ## Using UdaciDrone ##