mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 04:48:06 +00:00
Use pip3 command instead of pip
This commit is contained in:
parent
62e67f5257
commit
a2bab5d790
@ -79,13 +79,13 @@ Installation
|
|||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
$ pip install --upgrade pyrogram
|
$ pip3 install --upgrade pyrogram
|
||||||
|
|
||||||
- Or, with TgCrypto_:
|
- Or, with TgCrypto_:
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
$ pip install --upgrade pyrogram[tgcrypto]
|
$ pip3 install --upgrade pyrogram[tgcrypto]
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user