Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 948 Bytes

install.rst

File metadata and controls

42 lines (22 loc) · 948 Bytes

Installation

To use EasyNetwork, first install it using :program:`pip`:

(.venv) $ pip install easynetwork

Optional Dependencies

EasyNetwork has no required dependencies, but comes with many optional dependencies to meet specific needs.

Here is the full list:

Example where the cbor and msgpack extensions are installed:

(.venv) $ pip install "easynetwork[cbor,msgpack]"
.. seealso::

   :doc:`/api/lowlevel/async/backend`
      See how ``sniffio`` is used.