File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,7 @@ supported way to build is to use a third-party package manager to install the
66required dependencies, and then install matplotlib from source using the
77setup.py script. Three widely used package managers are homebrew, and
88MacPorts. 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
1711Example usage::
1812
@@ -32,6 +26,6 @@ Example usage::
3226
3327
3428Note 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
3731must include /path/to/anaconda/lib.
You can’t perform that action at this time.
0 commit comments