File: installation.rst

package info (click to toggle)
python-wsproto 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 436 kB
  • sloc: python: 4,195; makefile: 17; sh: 6
file content (17 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Installation
============

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

.. code-block:: console

    $ pip install wsproto

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

.. code-block:: console

    $ python setup.py install

.. _our GitHub repository: https://github.com/python-hyper/wsproto