add Python version requirement in README.md
This commit is contained in:
parent
8a3adfc344
commit
a57a942305
1 changed files with 6 additions and 1 deletions
|
@ -6,7 +6,12 @@ shadowsocks is a lightweight tunnel proxy which can help you get through firewal
|
||||||
usage
|
usage
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Edit `config.json`, change the following values:
|
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
|
server your server ip or hostname
|
||||||
server_port server port
|
server_port server port
|
||||||
|
|
Loading…
Add table
Reference in a new issue