summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/websockets/docs/intro/index.rst
blob: 095262a2073fff410d1885545e193a4f8ac4d7bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Getting started
===============

.. currentmodule:: websockets

Requirements
------------

websockets requires Python ≥ 3.8.

.. admonition:: Use the most recent Python release
    :class: tip

    For each minor version (3.x), only the latest bugfix or security release
    (3.x.y) is officially supported.

It doesn't have any dependencies.

.. _install:

Installation
------------

Install websockets with:

.. code-block:: console

    $ pip install websockets

Wheels are available for all platforms.

Tutorial
--------

Learn how to build an real-time web application with websockets.

.. toctree::

    tutorial1
    tutorial2
    tutorial3

In a hurry?
-----------

Look at the :doc:`quick start guide <../howto/quickstart>`.