From 0b4fa8b51730878cd253ee999e81fc21c57b0b2d Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 17 Feb 2018 16:25:05 +0100 Subject: [PATCH] Add TgCrypto installation command (as extra) --- docs/source/start/QuickInstallation.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/start/QuickInstallation.rst b/docs/source/start/QuickInstallation.rst index 221acd36..e9e4cba8 100644 --- a/docs/source/start/QuickInstallation.rst +++ b/docs/source/start/QuickInstallation.rst @@ -7,6 +7,12 @@ The most straightforward and recommended way to install or upgrade Pyrogram is b $ pip 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. @@ -39,3 +45,5 @@ If no errors show up you are good to go. >>> import pyrogram >>> pyrogram.__version__ '0.6.1' + +.. _TgCrypto: https://docs.pyrogram.ml/resources/TgCrypto \ No newline at end of file