Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 800 Bytes

File metadata and controls

52 lines (32 loc) · 800 Bytes

Getting started

.. currentmodule:: websockets

Requirements

websockets requires Python ≥ 3.10.

Use the most recent Python release

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.

Installation

Install websockets with:

$ pip install websockets

Wheels are available for all platforms.

Tutorial

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

.. toctree::
    :maxdepth: 2

    tutorial1
    tutorial2
    tutorial3

In a hurry?

These examples will get you started quickly with websockets.

.. toctree::
    :maxdepth: 2

    examples