add Python version requirement in README.md
This commit is contained in:
parent
c681ce101d
commit
1bec9f051e
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…
Reference in a new issue