From 82212250a0caddb34862e5b3b6af715d5176306f Mon Sep 17 00:00:00 2001 From: tulpar008 Date: Tue, 10 Jun 2014 23:29:14 +0800 Subject: [PATCH 1/2] Update README.rst --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 8bf08cef12..50638699b4 100644 --- a/README.rst +++ b/README.rst @@ -28,9 +28,11 @@ Quick links * `Wiki `_ Hello, world +入门例子 ------------ Here is a simple "Hello, world" example web app for Tornado:: +用 Tornado的简单hello world 例子,很好入门 import tornado.ioloop import tornado.web @@ -52,9 +54,11 @@ that see this `simple chat room `_. Installation +安装方法 ------------ **Automatic installation**:: +可用pip自动安装 pip install tornado From 2822990b4419b5fc6352f19ce053b2acc68d334e Mon Sep 17 00:00:00 2001 From: tulpar008 Date: Tue, 10 Jun 2014 23:31:47 +0800 Subject: [PATCH 2/2] Update README.rst --- README.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 50638699b4..9515e3d729 100644 --- a/README.rst +++ b/README.rst @@ -27,12 +27,10 @@ Quick links * `Stack Overflow `_ * `Wiki `_ -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 @@ -53,12 +51,10 @@ This example does not use any of Tornado's asynchronous features; for that see this `simple chat room `_. -Installation -安装方法 +Installation 安装方法 ------------ -**Automatic installation**:: -可用pip自动安装 +**Automatic installation**:: **可用pip自动安装** pip install tornado