Skip to content
Snippets Groups Projects
Commit 3fac285f authored by Stephen Dade's avatar Stephen Dade Committed by Andrew Tridgell
Browse files

Removed matplotlib as prerequisite. apt-get is a better way of getting matplotlib

parent 746af6c2
No related branches found
No related tags found
No related merge requests found
pymavlink>=1.1.73
pyserial>=3.0
matplotlib>=1.5.0
......@@ -42,8 +42,7 @@ on how to use MAVProxy.''',
# use the system versions of these dependencies, so it tries to download and install
# large numbers of modules like numpy etc which may be already installed
install_requires=['pymavlink>=1.1.73',
'pyserial>=3.0',
'matplotlib>=1.5.0'],
'pyserial>=3.0'],
scripts=['MAVProxy/mavproxy.py',
'MAVProxy/tools/mavflightview.py',
'MAVProxy/tools/MAVExplorer.py',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment