Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions docs/guide/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,23 @@ Installation
============

DroneKit-Python and the *dronekit-sitl simulator* are installed
from **pip** on all platforms:
from **pip** on all platforms.

.. code-block:: bash

pip install dronekit
pip install dronekit-sitl

Mac and Linux require you prefix the command with ``sudo``.
On Linux you will first need to install **pip** and **python-dev**:

.. code-block:: bash

sudo apt-get install python-pip python-dev


**pip** is then used to install *dronekit* and *dronekit-sitl*.
Mac and Linux may require you to prefix these commands with ``sudo``:

.. code-block:: bash

pip install dronekit
pip install dronekit-sitl

See :doc:`../develop/installation` and `dronekit-sitl <https://github.com/dronekit/dronekit-sitl#dronekit-sitl>`_
for more detailed installation instructions.

Expand Down