mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Use -U instead of --upgrade (more concise)
This commit is contained in:
parent
77ecdd21fb
commit
fd0908227e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue