forked from matplotlib/matplotlib.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdownloads.html
More file actions
60 lines (44 loc) · 1.84 KB
/
downloads.html
File metadata and controls
60 lines (44 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>matplotlib: downloads</title>
<link rel="stylesheet" href="_static/mpl.css" type="text/css" />
</head>
<body>
<link rel="shortcut icon" href="_static/favicon.ico">
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
<a href="index.html"><img src="_static/logo2.png" border="0" alt="matplotlib"/></a>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li><a href="index.html">home</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<h1>Downloads</h1>
<p>The most convenient way to get matplotlib is to use a
package management tool as described in
the <a href="users/installing.html">installation
instructions</a>.</p>
<p>If, however, you really need to access the downloads
directly, they are available
on <a href="http://pypi.python.org/pypi/matplotlib">PyPI</a>.</p>
<p>Older releases, prior to version 1.2.0, are available
on <a href="http://sourceforge.net/projects/matplotlib/files/">SourceForge</a>.
<p>As of matplotlib 1.5, we are no longer making downloads
available on SourceForge.</p>
</div>
</div>
</div>
</div>
<div class="footer">
© Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team; 2012 - 2014 The matplotlib development team.
</div>
</body>
</html>