## 安装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