Skip to content

Commit

Permalink
update "pip install tornado"
Browse files Browse the repository at this point in the history
  • Loading branch information
hanc00l committed Aug 12, 2016
1 parent 3ca5890 commit 11920cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ sudo apt-get install libxml2-dev libxslt1-dev python-dev zlib1g-dev libevent-dev
sudo pip install lxml
sudo pip install scrapy
```
3、安装pymongo和flask(或tornador
3、安装pymongo和flask(或tornado

```bash
sudo pip install flask pymongo
(sudo pip install tornador)
(sudo pip install tornado)
```
4、从github下载源码

Expand Down

0 comments on commit 11920cd

Please sign in to comment.