From 1a0a5e9b01c8f5be8e4a101ba5300c4e1484afab Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 12 Mar 2018 00:30:23 +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 0a6b2d5..bb2ab81 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ Installation .. code-block:: bash - $ pip install --upgrade tgcrypto +   $ pip3 install --upgrade tgcrypto **Note:** Being a C extension for Python, TgCrypto is an optional but *highly recommended* Pyrogram_ dependency; if TgCrypto is not detected in your system, Pyrogram will automatically fall back to the much slower PyAES and will @@ -161,4 +161,4 @@ License :target: https://github.com/pyrogram/tgcrypto :alt: TgCrypto -.. |description| replace:: **Fast Telegram Crypto Library for Python** \ No newline at end of file +.. |description| replace:: **Fast Telegram Crypto Library for Python**