Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtax committed Jun 10, 2014
1 parent 8221225 commit 2822990
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@ Quick links
* `Stack Overflow <http://stackoverflow.com/questions/tagged/tornado>`_
* `Wiki <https://github.com/tornadoweb/tornado/wiki/Links>`_

Hello, world
入门例子
Hello, world 入门例子
------------

Here is a simple "Hello, world" example web app for Tornado::
用 Tornado的简单hello world 例子,很好入门
Here is a simple "Hello, world" example web app for Tornado:: 用 Tornado的简单例子:hello world,很好入门

import tornado.ioloop
import tornado.web
Expand All @@ -53,12 +51,10 @@ This example does not use any of Tornado's asynchronous features; for
that see this `simple chat room
<https://github.com/tornadoweb/tornado/tree/stable/demos/chat>`_.

Installation
安装方法
Installation 安装方法
------------

**Automatic installation**::
可用pip自动安装
**Automatic installation**:: **可用pip自动安装**

pip install tornado

Expand Down

0 comments on commit 2822990

Please sign in to comment.