Skip to content

Commit 1c989ef

Browse files
committed
Merge pull request #180 from hamishwillee/tmp_getstarted_sudo_mac
Add sudo to instructions for installing DK on MAC
2 parents 0d82deb + 5dd325c commit 1c989ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/getting_started.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ Uninstall *python-dateutil* (OSX and Windows come bundled with a version that is
7272

7373
.. code:: bash
7474
75-
pip uninstall python-dateutil
75+
sudo pip uninstall python-dateutil
7676
7777
Install DroneKit-Python and its remaining dependencies (including `MAVProxy <http://tridge.github.io/MAVProxy/>`_) from the public PyPi repository:
7878

7979
.. code:: bash
8080
81-
pip install numpy pyparsing
82-
pip install droneapi
81+
sudo pip install numpy pyparsing
82+
sudo pip install droneapi
8383
8484
8585

0 commit comments

Comments
 (0)