add gevent
This commit is contained in:
parent
8c5c40915e
commit
12173a66d1
3 changed files with 25 additions and 7 deletions
|
@ -13,6 +13,7 @@ First, make sure you have Python 2.6 or 2.7.
|
|||
$ python --version
|
||||
Python 2.6.8
|
||||
|
||||
|
||||
Then edit `config.json`, change the following values:
|
||||
|
||||
server your server ip or hostname
|
||||
|
@ -36,7 +37,10 @@ You can use args to override settings from `config.json`.
|
|||
|
||||
python local.py -s server_name -p server_port -l local_port -k password
|
||||
python server.py -p server_port -k password
|
||||
|
||||
|
||||
You may want to install gevent for better performance.
|
||||
|
||||
$ sudo easy_install gevent
|
||||
|
||||
troubleshooting
|
||||
---------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue