@@ -209,15 +209,15 @@ Installer.app, or a binary OSX egg, which you can install via
209209setuptools' easy_install.
210210
211211The mkpg installer will have a "zip" extension, and will have a name
212- like :file: `matplotlib-0.99.0.rc1 -py2.5 -macosx10.5_mpkg.zip `.
212+ like :file: `matplotlib-1.2.0 -py2.7 -macosx10.5_mpkg.zip `.
213213The name of the installer depends on which versions of python, matplotlib,
214214and OSX it was built for. You need to unzip this file using either the
215215"unzip" command, or simply double clicking on the it. Then when you
216216double-click on the resulting mpkd, which will have a name like
217- :file: `matplotlib-0.99.0.rc1 -py2.5 -macosx10.5.mpkg `, it will run the
217+ :file: `matplotlib-1.2.0 -py2.7 -macosx10.5.mpkg `, it will run the
218218Installer.app, prompt you for a password if you need system-wide
219219installation privileges, and install to a directory like
220- :file: `/Library/Python/2.5 /site-packages/ ` (exact path depends on your
220+ :file: `/Library/Python/2.7 /site-packages/ ` (exact path depends on your
221221python version). This directory may not be in your python 'path' variable,
222222so you should test your installation with::
223223
@@ -231,7 +231,7 @@ If you get an error like::
231231
232232then you will need to set your PYTHONPATH, eg::
233233
234- export PYTHONPATH=/Library/Python/2.5 /site-packages:$PYTHONPATH
234+ export PYTHONPATH=/Library/Python/2.7 /site-packages:$PYTHONPATH
235235
236236See also ref:`environment-variables `.
237237
@@ -248,40 +248,14 @@ can try::
248248
249249 > easy_install matplotlib
250250
251- which should grab the latest egg from the sourceforge site , but sometimes
252- the naming conventions for OSX eggs can be broken (see below).
253- Therefore, there is no guarantee the right egg will be found. We recommend
254- you download the latest egg from our `download site
255- <http ://sourceforge.net/projects /matplotlib/files/ > `_ directly to your
251+ which should grab the latest egg from github , but sometimes the naming
252+ conventions for OSX eggs can be broken (see below). Therefore, there
253+ is no guarantee the right egg will be found. We recommend you download
254+ the latest egg from our `download site
255+ <https ://github.com/matplotlib /matplotlib/downloads > `_ directly to your
256256harddrive, and manually install it, eg::
257257
258- > easy_install --install-dir=~/dev/lib/python2.5/site-packages/ matplotlib-0.99.0.rc1-py2.5-macosx-10.5-i386.egg
259-
260- Naming convention issues
261- ^^^^^^^^^^^^^^^^^^^^^^^^
262- .. note ::
263- This should no longer be an issue. If it is, please
264- report it to the mailing list.
265-
266- Some users have reported problems with the egg for 0.98 from the
267- matplotlib download site, with ``easy_install ``, getting an error::
268-
269- > easy_install ./matplotlib-0.98.0-py2.5-macosx-10.3-fat.egg
270- Processing matplotlib-0.98.0-py2.5-macosx-10.3-fat.egg
271- removing '/Library/Python/2.5/site-packages/matplotlib-0.98.0-py2.5-
272- ...snip...
273- Reading http://matplotlib.sourceforge.net
274- Reading http://cheeseshop.python.org/pypi/matplotlib/0.91.3
275- No local packages or download links found for matplotlib==0.98.0
276- error: Could not find suitable distribution for
277- Requirement.parse('matplotlib==0.98.0')
278-
279- If you rename ``matplotlib-0.98.0-py2.5-macosx-10.3-fat.egg `` to
280- ``matplotlib-0.98.0-py2.5.egg ``, ``easy_install `` will install it from
281- the disk. Many Mac OS X eggs have cruft at the end of the filename,
282- which prevents their installation through easy_install. Renaming is
283- all it takes to install them; still, it's annoying.
284-
258+ > easy_install --install-dir=~/path/to/site-packages/ matplotlib-1.2.0-py2.7-macosx-10.5-i386.egg
285259
286260.. _install_from_source_on_osx_epd :
287261
@@ -349,13 +323,11 @@ Binary installers for Windows
349323
350324If you have already installed python, you can use one of the
351325matplotlib binary installers for windows -- you can get these from the
352- `sourceforge download
353- <http://sourceforge.net/project/platformdownload.php?group_id=80706> `_
354- site. Choose the files that match your version of python (eg
355- ``py2.5 `` if you installed Python 2.5) which have the ``exe ``
356- extension. If you haven't already installed python, you can get the
357- official version from the `python web site
358- <http://python.org/download/> `_.
326+ `download <https://github.com/matplotlib/matplotlib/downloads >`_ site.
327+ Choose the files that match your version of python (eg ``py2.7 `` if
328+ you installed Python 2.7) which have the ``exe `` extension. If you
329+ haven't already installed python, you can get the official version
330+ from the `python web site <http://python.org/download/ >`_.
359331
360332There are also two packaged distributions of python that come
361333preloaded with matplotlib and many other tools like ipython, numpy,
0 commit comments