Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 579d95a

Browse files
committed
Merge pull request matplotlib#6100 from scott-vsi/patch-2
Update INSTALL
2 parents 5c5a287 + 51976e6 commit 579d95a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

INSTALL

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,11 @@ Required Dependencies
212212
Used to manipulate time-zone aware datetimes. http://pypi.python.org/pypi/pytz
213213

214214
:term:`FreeType` 2.3 or later
215-
library for reading true type font files.
215+
Library for reading true type font files. If using pip, easy_install or
216+
installing from source, the installer will attempt to locate FreeType in
217+
expected locations. If it cannot, try installing `pkg-config
218+
<http://matplotlib.org/users/installing.html#optional-dependencies>`__,
219+
a tool used to find required non-python libraries.
216220

217221
`cycler <http://matplotlib.org/cycler/>`__ 0.9 or later
218222
Composable cycle class used for constructing style-cycles

0 commit comments

Comments
 (0)