Skip to content

Commit 548c6b1

Browse files
committed
Update README.md
Add workaround instructions for installing wxPython on Max OS 10.11 (El Capitan) from issue jBenes#9.
1 parent a9b57cf commit 548c6b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ In addition, some chapters require the following free Python modules:
9898
* wxPython 2.8 or later (Chapters 1 to 4, 7): This GUI programming toolkit can be obtained from
9999
http://www.wxpython.org/download.php.
100100
Its installation instructions are given at http://wxpython.org/builddoc.php.
101+
If you are using Max OS 10.11 (El Capitan), try:
102+
103+
```
104+
$ sudo pip install --upgrade --trusted-host wxpython.org --pre -f http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix
105+
```
106+
107+
See [this bug](https://github.com/mbeyeler/opencv-python-blueprints/issues/9) for context.
108+
Thanks to @KaroAntonio for the fix!
101109
* matplotlib 1.4.3 or later (Chapters 4 to 7): This 2D plotting library can be obtained from
102110
http://matplotlib.org/downloads.html. Its installation instructions can be found by going to
103111
http://matplotlib.org/faq/installing_faq.html#how-to-install.

0 commit comments

Comments
 (0)