File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -13,21 +13,23 @@ Installation
1313============
1414
1515DroneKit-Python and the *dronekit-sitl simulator * are installed
16- from **pip ** on all platforms:
16+ from **pip ** on all platforms.
1717
18- .. code-block :: bash
19-
20- pip install dronekit
21- pip install dronekit-sitl
22-
23- Mac and Linux require you prefix the command with ``sudo ``.
2418On Linux you will first need to install **pip ** and **python-dev **:
2519
2620.. code-block :: bash
2721
2822 sudo apt-get install python-pip python-dev
2923
3024
25+ **pip ** is then used to install *dronekit * and *dronekit-sitl *.
26+ Mac and Linux may require you to prefix these commands with ``sudo ``:
27+
28+ .. code-block :: bash
29+
30+ pip install dronekit
31+ pip install dronekit-sitl
32+
3133 See :doc: `../develop/installation ` and `dronekit-sitl <https://github.com/dronekit/dronekit-sitl#dronekit-sitl >`_
3234for more detailed installation instructions.
3335
You can’t perform that action at this time.
0 commit comments