Skip to content

Commit 8888138

Browse files
author
Yamashita Yuu
committed
update index.html
1 parent edd0ce7 commit 8888138

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

pythons/index.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,40 @@
1010
<!--[if lt IE 9]>
1111
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1212
<![endif]-->
13-
<title>pythons</title>
13+
<title>The pyenv's official mirror Python archives</title>
1414
</head>
1515

1616
<body>
1717
<div id="container">
1818
<div class="inner">
1919

2020
<header>
21-
<h1>pythons</h1>
21+
<h1>The pyenv's official mirror of Python archives</h1>
2222
<h2></h2>
2323
</header>
2424

2525
<section id="downloads" class="clearfix">
26-
<a href="https://github.com/yyuu" id="view-on-github" class="button"><span>View on GitHub</span></a>
26+
<a href="https://github.com/yyuu/yyuu.github.com" id="view-on-github" class="button"><span>View on GitHub</span></a>
2727
</section>
2828

2929
<hr>
3030

3131
<section id="main_content">
3232

33+
<h3>Welcome to the pyenv's official mirror of Python archives.</h3>
34+
35+
<p>The python-build, is a plugin of pyenv that allows users to install python from source,
36+
uses <a href="http://yyuu.github.io/pythons">http://yyuu.github.io/pythons</a> for faster downloads.</p>
37+
38+
<p>You can enforce python-build to use optional mirror site with overriding <code>PYTHON_BUILD_MIRROR_URL</code>.</p>
39+
40+
<pre><code>$ export PYTHON_BUILD_MIRROR_URL="http://yoursite.example.com/pythons"
41+
$ pyenv install 2.7.5
42+
</code></pre>
43+
44+
<p>The filenames of the archives must be the md5sum of its content.
45+
The following links are the contents of the pyenv's official mirror of Python archives.</p>
46+
3347
<h3>Python 2.6</h3>
3448

3549
<ul>

0 commit comments

Comments
 (0)