Updated Install Shadowsocks Server on Windows (markdown)

clowwindy 2015-01-20 03:20:31 +08:00
parent b51216b915
commit e89318f19d

@ -5,7 +5,7 @@ Notice: this page is for server side. If you are looking for clients, visit [cli
![Python](https://cloud.githubusercontent.com/assets/493124/5639371/0b91b9fa-9650-11e4-9782-44526d25f2fa.png)
3. Install [OpenSSL for Windows](https://slproweb.com/products/Win32OpenSSL.html). If you installed 64bit Python, you should install 64bit OpenSSL.
4. Install shadowsocks like Linux. In Command Prompt, type command line
````
pip install shadowsocks
````
````
pip install shadowsocks
````
5. If you want to use `salsa20` or `chacha20` encryption, download [libsodium](http://download.libsodium.org/libsodium/releases/) and put dll files (without path) into `C:\Windows\System32` or `C:\Windows\SysWOW64` (32bit Python on 64bit Windows).