8000 changed the text of INSTALL to be correct about what external by tacaswell · Pull Request #2774 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

changed the text of INSTALL to be correct about what external #2774

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 10, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
changed the text of INSTALL to be correct about what external
dependencies you need to install on windows.
  • Loading branch information
tacaswell committed Jan 29, 2014
commit 129d766fb6ca2d1a473bda826e23ee7fb5ba05ae
33 changes: 17 additions & 16 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ Build requirements
==================

These are external packages which you will need to install before
installing matplotlib. Windows users only need the first two (python
and numpy) since the others are built into the matplotlib Windows
installers available for download at `the download page
<https://github.com/matplotlib/matplotlib/downloads>_`. If you are
building on OSX, see :ref:`build_osx`. If you are installing
installing matplotlib. Windows users only need the first four (python,
numpy, dateutil, and pyparsing) since the others are built into the
matplotlib Windows installers available for download at `the download
page <https://github.com/matplotlib/matplotlib/downloads>_`. If you
are building on OSX, see :ref:`build_osx`. If you are installing
dependencies with a package manager on Linux, you may need to install
the development packages (look for a "-dev" postfix) in addition to
the libraries themselves.
Expand All @@ -185,17 +185,6 @@ the libraries themselves.
:term:`numpy` |minimum_numpy_version| (or later)
array support for python (`download numpy <http://numpy.org>`_)

libpng 1.2 (or later)
library for loading and saving :term:`PNG` files (`download
<http://www.libpng.org/pub/png/libpng.html>`__). libpng requires
zlib. If you are a Windows user, you can ignore this because we
build support into the matplotlib single-click installer

:term:`freetype` 1.4 (or later)
library for reading true type font files. If you are a windows
user, you can ignore this since we build support into the
matplotlib single click installer.

:term:`dateutil` 1.1 or later
Provides extensions to python datetime handling. If using pip,
easy_install or installing from source, the installer will attempt
Expand All @@ -209,6 +198,18 @@ libpng 1.2 (or later)
using pip, easy_install or installing from source, the installer
will attempt to download and install `pyparsing` from PyPI.

libpng 1.2 (or later)
library for loading and saving :term:`PNG` files (`download
<http://www.libpng.org/pub/png/libpng.html>`__). libpng requires
zlib. If you are a Windows user, you can ignore this because we
build support into the matplotlib single-click installer

:term:`freetype` 1.4 (or later)
library for reading true type font files. If you are a windows
user, you can ignore this since we build support into the
matplotlib single click installer.


**Optional**

These are optional packages which you may want to install to use
Expand Down
0