Use -U instead of --upgrade (more concise)
This commit is contained in:
parent
77ecdd21fb
commit
fd0908227e
@ -12,7 +12,7 @@ Installation
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. 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
|
.. 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.
|
not detected in your system, Pyrogram will automatically fall back to PyAES and will show you a warning.
|
||||||
|
Loading…
Reference in New Issue
Block a user