Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 391 Bytes

installation.rst

File metadata and controls

17 lines (10 loc) · 391 Bytes

Installation

wsproto is a pure Python project. To install it you can use pip like so:

$ pip install wsproto

Alternatively you can get either a release tarball or a development branch from our GitHub repository and run:

$ python setup.py install