Skip to content

Commit 50ae794

Browse files
committed
Fix pythonxy link
1 parent 1e5e687 commit 50ae794

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

INSTALL

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
Installing
77
**********
88

9-
There are many different ways to install matplotlib, and the best
10-
way depends on what operating system you are using, what you already
11-
have installed, and how you want to use it. To avoid wading through
12-
all the details (and potential complications) on this page, the
13-
easiest thing for you to do is use one of the pre-packaged python
9+
There are many different ways to install matplotlib, and the best way
10+
depends on what operating system you are using, what you already have
11+
installed, and how you want to use it. To avoid wading through all
12+
the details (and potential complications) on this page, the easiest
13+
thing for you to do is use one of the pre-packaged python
1414
distributions that already provide matplotlib built-in. The Enthought
1515
Python Distribution `(EPD)
1616
<http://www.enthought.com/products/epd.php>`_ for Windows, OS X or
1717
Redhat is an excellent choice that "just works" out of the box.
1818
Another excellent alternative for Windows users is `Python (x, y)
19-
<http://www.pythonxy.com/foreword.php>`_ which tends to be updated a
20-
bit more frequently. Both of these packages include matplotlib and
21-
pylab, and *lots* of other useful tools. matplotlib is also packaged
22-
for almost every major Linux distribution. So if you are on Linux,
23-
your package manager will probably provide matplotlib prebuilt.
19+
<http://www.pythonxy.com/>`_ which tends to be updated a bit more
20+
frequently. Both of these packages include matplotlib and pylab, and
21+
*lots* of other useful tools. matplotlib is also packaged for almost
22+
every major Linux distribution. So if you are on Linux, your package
23+
manager will probably provide matplotlib prebuilt.
2424

2525

2626
Manually installing pre-built packages
@@ -254,4 +254,3 @@ can get the libpng and freetype requirements (darwinports, fink,
254254
the different OSX version (e.g., 10.4 and 10.5). We recommend that you build
255255
the way we do for the OSX release: get the source from the tarball or the
256256
git repository and follow the instruction in :file:`README.osx`.
257-

0 commit comments

Comments
 (0)