提交 d8b265dd 编写于 作者: B Ben Darnell

Update links to 1.0.1 release

上级 bbc1ef12
......@@ -52,12 +52,12 @@ Download
--------
Download the most recent version of Tornado from GitHub:
> [tornado-1.0.tar.gz](http://github.com/downloads/facebook/tornado/tornado-1.0.tar.gz)
> [tornado-1.0.1.tar.gz](http://github.com/downloads/facebook/tornado/tornado-1.0.1.tar.gz)
You can also [browse the source](http://github.com/facebook/tornado) on GitHub. To install Tornado:
tar xvzf tornado-1.0.tar.gz
cd tornado-1.0
tar xvzf tornado-1.0.1.tar.gz
cd tornado-1.0.1
python setup.py build
sudo python setup.py install
......
......@@ -6,9 +6,9 @@
<p>See the <a href="/documentation">Tornado documentation</a> for a detailed walkthrough of the framework.</p>
<h2>Download and install</h2>
<p><b>Download:</b> <a href="http://github.com/downloads/facebook/tornado/tornado-1.0.tar.gz">tornado-1.0.tar.gz</a></p>
<pre><code>tar xvzf tornado-1.0.tar.gz
cd tornado-1.0
<p><b>Download:</b> <a href="http://github.com/downloads/facebook/tornado/tornado-1.0.tar.gz">tornado-1.0.1.tar.gz</a></p>
<pre><code>tar xvzf tornado-1.0.1.tar.gz
cd tornado-1.0.1
python setup.py build
sudo python setup.py install</code></pre>
<p>The Tornado source code is <a href="http://github.com/facebook/tornado">hosted on GitHub</a>. On Python 2.6+, it is also possible to simply add the tornado directory to your <code>PYTHONPATH</code> instead of building with <code>setup.py</code>, since the standard library includes <code>epoll</code> support.</p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册