2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-30 22:05:28 +00:00

Use pip3 instead of pip

This commit is contained in:
Dan
2018-02-27 18:15:37 +01:00
parent f7e3044939
commit 2c917fa9ae
2 changed files with 5 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ Installation
.. code-block:: bash
$ pip install --upgrade tgcrypto
$ pip3 install --upgrade 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.