Note that it's recommended to upgrade pip before installing uvloop

This commit is contained in:
Yury Selivanov 2019-10-24 22:18:27 -04:00
parent b849936c7b
commit ee02de2bd1
No known key found for this signature in database
GPG Key ID: E6ABA2A46889EBBB
1 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,11 @@ Use pip to install it::
$ pip install uvloop
Note that it is highly recommended to **upgrade pip before** installing
uvloop with::
$ pip install -U pip
Using uvloop
------------