diff --git a/docs/source/resources/TgCrypto.rst b/docs/source/resources/TgCrypto.rst index 64759b9b..734c48e4 100644 --- a/docs/source/resources/TgCrypto.rst +++ b/docs/source/resources/TgCrypto.rst @@ -12,7 +12,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* dependency; when TgCrypto is not detected in your system, Pyrogram will automatically fall back to PyAES and will show you a warning. diff --git a/docs/source/start/QuickInstallation.rst b/docs/source/start/QuickInstallation.rst index e9e4cba8..d9062476 100644 --- a/docs/source/start/QuickInstallation.rst +++ b/docs/source/start/QuickInstallation.rst @@ -5,17 +5,13 @@ The most straightforward and recommended way to install or upgrade Pyrogram is b .. code-block:: bash - $ pip install --upgrade pyrogram + $ pip3 install --upgrade pyrogram Or, with TgCrypto_: .. code-block:: bash - $ pip install --upgrade pyrogram[tgcrypto] - -.. important:: - - Pyrogram only works on Python 3.3 or higher; if your **pip** points to Python 2.x use **pip3** instead. + $ pip3 install --upgrade pyrogram[tgcrypto] Bleeding Edge ------------- @@ -24,9 +20,9 @@ If you want the latest development version of the library, you can either instal .. code-block:: bash - $ pip install --upgrade git+https://github.com/pyrogram/pyrogram.git + $ pip3 install --upgrade git+https://github.com/pyrogram/pyrogram.git -or manually, using: +Or manually, using: .. code-block:: bash