## 安裝ws4py
#### github
ws4py托管在github上,可以從github上檢索:
`$ git clone git@github.com:Lawouach / WebSocket-for-Python.git`
#### setup.py
使用setup的方式安裝:
`$ python setup.py install`
#### pip
使用pip進行安裝ws4py
```
$ pip install ws4py
or
$ easy_install ws4py
```
ws4py不會自動拉出它的依賴項。請根據您將要使用的實現手動安裝它們。
翻譯者:蘭玉磊
博客:http://www.lanyulei.com