Browse Source
Remove incorrect reference to an "asyncio" installation extra (Fixes #1449)
main
Miguel Grinberg
4 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
6 deletions
-
docs/server.rst
|
|
@ -19,12 +19,6 @@ command:: |
|
|
|
|
|
|
|
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 |
|
|
|
-------------------------- |
|
|
|
|
|
|
|