From fd0908227efc7cbff126c265ce13ea1bb493bff6 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 30 Mar 2020 13:03:02 +0200 Subject: [PATCH] Use -U instead of --upgrade (more concise) --- docs/source/topics/tgcrypto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/topics/tgcrypto.rst b/docs/source/topics/tgcrypto.rst index e01bb15c..9dd4c8ac 100644 --- a/docs/source/topics/tgcrypto.rst +++ b/docs/source/topics/tgcrypto.rst @@ -12,7 +12,7 @@ Installation .. code-block:: bash - $ pip3 install --upgrade tgcrypto + $ pip3 install -U 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.