Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed Apr 4, 2014
1 parent 3daea6b commit 5e3c667
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@ python tcpdns.py -c
### python模块
* [gevent] (https://github.com/surfly/gevent)
* [pylru] (https://github.com/jlhutch/pylru)
* [python-daemon] (https://pypi.python.org/pypi/python-daemon)

### python模块安装

``` bash
sudo apt-get install libevent-dev
sudo pip install gevent
sudo pip install dnspython
sudo pip install python-daemon
```

LICENSE
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ Dependencies
### python moudules
* [gevent] (https://github.com/surfly/gevent)
* [pylru] (https://github.com/jlhutch/pylru)
* [python-daemon] (https://pypi.python.org/pypi/python-daemon)

INSTALL
---------------------

``` bash
sudo apt-get install libevent-dev
sudo pip install gevent
sudo pip install python-daemon
```

LICENSE
Expand Down

0 comments on commit 5e3c667

Please sign in to comment.