Skip to content

Commit

Permalink
Update README to mention installing from PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Dec 14, 2023
1 parent 238ce03 commit bc7c480
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,20 @@ Features
* WebSocket bootstrapping conforming with `RFC 9220`_
* datagram support conforming with `RFC 9297`_

Requirements
------------
Installing
----------

``aioquic`` requires Python 3.8 or better, and the OpenSSL development headers.
The easiest way to install ``aioquic`` is to run:

.. code:: bash
pip install aioquic
Building from source
--------------------

If there are no wheels for your system or if you wish to build ``aioquic``
from source you will need the OpenSSL development headers.

Linux
.....
Expand Down

0 comments on commit bc7c480

Please sign in to comment.