From a2bab5d790ed95c524488d3359d95d36e389e618 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 11 Mar 2018 19:32:22 +0100 Subject: [PATCH] Use pip3 command instead of pip --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 554ef7a1..9bdcf828 100644 --- a/README.rst +++ b/README.rst @@ -79,13 +79,13 @@ Installation .. code:: shell - $ pip install --upgrade pyrogram + $ pip3 install --upgrade pyrogram - Or, with TgCrypto_: .. code:: shell - $ pip install --upgrade pyrogram[tgcrypto] + $ pip3 install --upgrade pyrogram[tgcrypto] Configuration -------------