Browse Source

Remove incorrect reference to an "asyncio" installation extra (Fixes #1449)

pull/1450/head
Miguel Grinberg 2 months ago
committed by GitHub
parent
commit
537630b983
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      docs/server.rst

6
docs/server.rst

@ -19,12 +19,6 @@ command::
pip install python-socketio pip install python-socketio
If you plan to build an asynchronous web server based on the ``asyncio``
package, then you can install this package and some additional dependencies
that are needed with::
pip install "python-socketio[asyncio]"
Creating a Server Instance Creating a Server Instance
-------------------------- --------------------------

Loading…
Cancel
Save