diff --git a/Install-Shadowsocks-Server-on-Windows.md b/Install-Shadowsocks-Server-on-Windows.md index b69d8da..3570dc2 100644 --- a/Install-Shadowsocks-Server-on-Windows.md +++ b/Install-Shadowsocks-Server-on-Windows.md @@ -1,9 +1,8 @@ -1. Install [OpenSSL for Windows]. -2. Download [Shadowsocks]. -3. Run - - python shadowsocks/server.py -p server_port -k password -m rc4-md5 - - -[OpenSSL for Windows]: https://slproweb.com/products/Win32OpenSSL.html -[Shadowsocks]: https://pypi.python.org/pypi/shadowsocks \ No newline at end of file +1. Install [OpenSSL for Windows](https://slproweb.com/products/Win32OpenSSL.html). +2. Download and install [Python for Windows](https://www.python.org/downloads/windows/), you can download x86-64 MSI installer in 64bit Windows. +2. During installation you must install the pip +![python](https://cloud.githubusercontent.com/assets/493124/5639371/0b91b9fa-9650-11e4-9782-44526d25f2fa.png) +3. Then you can install shadowsocks like Linux. in Command Prompt, type command line +```` + pip install shadowsocks +```` \ No newline at end of file