File tree 1 file changed +2
-8
lines changed
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
6
6
required dependencies, and then install matplotlib from source using the
7
7
setup.py script. Three widely used package managers are homebrew, and
8
8
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:
16
10
17
11
Example usage::
18
12
@@ -32,6 +26,6 @@ Example usage::
32
26
33
27
34
28
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
36
30
/path/to/anaconda/.../site-packages and their DYLD_FALLBACK_LIBRARY_PATH
37
31
must include /path/to/anaconda/lib.
You can’t perform that action at this time.
0 commit comments