From 8eb5abbd6d65d155ab4f0177d32e623152d8b796 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Fri, 10 Oct 2014 21:48:21 -0700 Subject: [PATCH] =?UTF-8?q?Updated=20Shadowsocks=20=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Shadowsocks-使用说明.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Shadowsocks-使用说明.md b/Shadowsocks-使用说明.md index dd3db77..a5170f9 100644 --- a/Shadowsocks-使用说明.md +++ b/Shadowsocks-使用说明.md @@ -17,17 +17,23 @@ #### Debian / Ubuntu: - apt-get install python-pip python-m2crypto + apt-get install python-pip pip install shadowsocks 如果你添加了 [Debian sid] 的源,可直接 `apt-get install shadowsocks`. #### CentOS: - yum install m2crypto python-setuptools + yum install python-setuptools easy_install pip pip install shadowsocks +#### Windows: + +下载安装 OpenSSL for Windows。然后类似 Linux 通过 easy_install 或 pip 来安装。 +如果你不清楚如何使用 easy_install,也可以直接[下载],然后用 `python shadowsocks/server.py` +代替下文的 `ssserver`。 + 服务器配置 --------- @@ -123,4 +129,5 @@ MIT [常见问题]: https://github.com/clowwindy/shadowsocks/wiki/Troubleshooting [邮件列表]: http://groups.google.com/group/shadowsocks [SwitchySharp]: https://chrome.google.com/webstore/detail/proxy-switchysharp/dpplabbmogkhghncfbfdeeokoefdjegm -[Chrome 离线安装包]: https://support.google.com/installer/answer/126299?hl=zh-Hans \ No newline at end of file +[Chrome 离线安装包]: https://support.google.com/installer/answer/126299?hl=zh-Hans +[下载]: https://pypi.python.org/pypi/shadowsocks \ No newline at end of file