2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-23 10:28:00 +00:00

Use pip3 command instead of pip

This commit is contained in:
Dan 2018-03-11 19:32:22 +01:00
parent 62e67f5257
commit a2bab5d790

View File

@ -79,13 +79,13 @@ Installation
.. code:: shell
$ pip install --upgrade pyrogram
$ pip3 install --upgrade pyrogram
- Or, with TgCrypto_:
.. code:: shell
$ pip install --upgrade pyrogram[tgcrypto]
$ pip3 install --upgrade pyrogram[tgcrypto]
Configuration
-------------