Skip to content

Commit

Permalink
mavproxy: Use pip to install mavproxy
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 authored and peterbarker committed Nov 6, 2024
1 parent d2eb328 commit 924a92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mavproxy/source/docs/development/mavdevenvlinux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ changes to the source code. This can be done by:

.. code:: bash
python setup.py build install --user
python3 -m pip install .
MAVProxy can then be run as per normal.

0 comments on commit 924a92f

Please sign in to comment.