Skip to content

Commit fd09082

Browse files
committed
Use -U instead of --upgrade (more concise)
1 parent 77ecdd2 commit fd09082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/topics/tgcrypto.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Installation
1212

1313
.. code-block:: bash
1414
15-
$ pip3 install --upgrade tgcrypto
15+
$ pip3 install -U tgcrypto
1616
1717
.. note:: Being a C extension for Python, TgCrypto is an optional but *highly recommended* dependency; when TgCrypto is
1818
not detected in your system, Pyrogram will automatically fall back to PyAES and will show you a warning.

0 commit comments

Comments
 (0)