We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d82deb + 5dd325c commit 1c989efCopy full SHA for 1c989ef
docs/guide/getting_started.rst
@@ -72,14 +72,14 @@ Uninstall *python-dateutil* (OSX and Windows come bundled with a version that is
72
73
.. code:: bash
74
75
- pip uninstall python-dateutil
+ sudo pip uninstall python-dateutil
76
77
Install DroneKit-Python and its remaining dependencies (including `MAVProxy <http://tridge.github.io/MAVProxy/>`_) from the public PyPi repository:
78
79
80
81
- pip install numpy pyparsing
82
- pip install droneapi
+ sudo pip install numpy pyparsing
+ sudo pip install droneapi
83
84
85
0 commit comments