We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c5a287 + 51976e6 commit 579d95aCopy full SHA for 579d95a
INSTALL
@@ -212,7 +212,11 @@ Required Dependencies
212
Used to manipulate time-zone aware datetimes. http://pypi.python.org/pypi/pytz
213
214
:term:`FreeType` 2.3 or later
215
- library for reading true type font files.
+ 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.
220
221
`cycler <http://matplotlib.org/cycler/>`__ 0.9 or later
222
Composable cycle class used for constructing style-cycles
0 commit comments