Skip to content

Commit 0f1fcf5

Browse files
committed
Merge pull request #157 from tcr3dr/patch-4
Adds wxpython to the requirements for running wx on mac.
2 parents dbcb5a1 + 177e503 commit 0f1fcf5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/guide/getting_started.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ If you're on Mac OSX, you can use `Homebrew <http://brew.sh/>`_ to install *WXMa
6868

6969
.. code:: bash
7070
71-
brew install wxmac
71+
brew tap homebrew/science
72+
brew install wxmac wxpython opencv
7273
7374
Uninstall *python-dateutil* (OSX and Windows come bundled with a version that is not supported for some dependencies):
7475

@@ -242,4 +243,4 @@ Then connect Mission Planner to this UDP port:
242243

243244
Mission Planner: Listen Port Dialog
244245

245-
After connecting, vehicle parameters will be loaded into *Mission Planner* and the vehicle is displayed on the map.
246+
After connecting, vehicle parameters will be loaded into *Mission Planner* and the vehicle is displayed on the map.

0 commit comments

Comments
 (0)