File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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 .
You can’t perform that action at this time.
0 commit comments