Skip to content

Commit 1b3243c

Browse files
committed
conda libpng and freetype don't help
1 parent 9bd9c6f commit 1b3243c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.osx

+2-8
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ supported way to build is to use a third-party package manager to install the
66
required dependencies, and then install matplotlib from source using the
77
setup.py script. Three widely used package managers are homebrew, and
88
MacPorts. The following example illustrates how to install libpng and freetype
9-
using conda:
10-
11-
Example usage::
12-
13-
conda install libpng freetype
14-
15-
If you are using homebrew, execute the following instead:
9+
using brew:
1610

1711
Example usage::
1812

@@ -32,6 +26,6 @@ Example usage::
3226

3327

3428
Note that your environment is somewhat important. Some conda users have
35-
found that their PYTHONPATH must include
29+
found that, to run the tests, their PYTHONPATH must include
3630
/path/to/anaconda/.../site-packages and their DYLD_FALLBACK_LIBRARY_PATH
3731
must include /path/to/anaconda/lib.

0 commit comments

Comments
 (0)