Update README.md (#575)
The shadowsocks in pypi is out of date, may install from github@master
This commit is contained in:
parent
e06819c124
commit
c4731de532
1 changed files with 2 additions and 2 deletions
|
@ -22,12 +22,12 @@ Server
|
||||||
Debian / Ubuntu:
|
Debian / Ubuntu:
|
||||||
|
|
||||||
apt-get install python-pip
|
apt-get install python-pip
|
||||||
pip install shadowsocks
|
pip install git+https://github.com/shadowsocks/shadowsocks.git@master
|
||||||
|
|
||||||
CentOS:
|
CentOS:
|
||||||
|
|
||||||
yum install python-setuptools && easy_install pip
|
yum install python-setuptools && easy_install pip
|
||||||
pip install shadowsocks
|
pip install git+https://github.com/shadowsocks/shadowsocks.git@master
|
||||||
|
|
||||||
Windows:
|
Windows:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue