Skip to content

Commit 0a48845

Browse files
committed
Merge pull request #564 from dronekit/reorder-quickstart
Reorder instructions in quickstart guide
2 parents 5e0aa89 + 9c150a2 commit 0a48845

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/guide/quick_start.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,23 @@ Installation
1313
============
1414

1515
DroneKit-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``.
2418
On 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>`_
3234
for more detailed installation instructions.
3335

0 commit comments

Comments
 (0)