From ee02de2bd1ed5a2871ae43ca11d7dacfa0134af4 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Thu, 24 Oct 2019 22:18:27 -0400 Subject: [PATCH] Note that it's recommended to upgrade pip before installing uvloop --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 57dd653..86741fc 100644 --- a/README.rst +++ b/README.rst @@ -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 ------------