Skip to content

Commit 4c9efcd

Browse files
committed
Merge pull request #2267 from mdboom/mention-six-in-install
Mention `six` in what's new and install docs
2 parents a1921d6 + 50e9fae commit 4c9efcd

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

INSTALL

+4-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,10 @@ libpng 1.2 (or later)
199199
:term:`dateutil` 1.1 or later
200200
Provides extensions to python datetime handling. If using pip,
201201
easy_install or installing from source, the installer will attempt
202-
to download and install `python_dateutil` from PyPI.
202+
to download and install `python_dateutil` from PyPI. Note that
203+
`python_dateutil` also depends on `six`. `pip` and other package
204+
managers should handle installing that secondary dependency
205+
automatically.
203206

204207
`pyparsing`
205208
Required for matplotlib's mathtext math rendering support. If

doc/users/whats_new.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,12 @@ New setup script
279279
````````````````
280280
matplotlib 1.3 includes an entirely rewritten setup script. We now
281281
ship fewer dependencies with the tarballs and installers themselves.
282-
Notably, `pytz`, `dateutil` and `pyparsing` are no longer included
283-
with matplotlib. You can either install them manually first, or let
284-
`pip` install them as dependencies along with matplotlib. It is now
285-
possible to not include certain subcomponents, such as the unit test
286-
data, in the install. See `setup.cfg.template` for more information.
282+
Notably, `pytz`, `dateutil`, `pyparsing` and `six` are no longer
283+
included with matplotlib. You can either install them manually first,
284+
or let `pip` install them as dependencies along with matplotlib. It
285+
is now possible to not include certain subcomponents, such as the unit
286+
test data, in the install. See `setup.cfg.template` for more
287+
information.
287288

288289
XDG base directory support
289290
``````````````````````````

0 commit comments

Comments
 (0)