mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 07:24:51 +00:00
Add TgCrypto installation command (as extra)
This commit is contained in:
parent
b606ec44c5
commit
0b4fa8b517
1 changed files with 8 additions and 0 deletions
|
|
@ -7,6 +7,12 @@ The most straightforward and recommended way to install or upgrade Pyrogram is b
|
||||||
|
|
||||||
$ pip install --upgrade pyrogram
|
$ pip install --upgrade pyrogram
|
||||||
|
|
||||||
|
Or, with TgCrypto_:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ pip install --upgrade pyrogram[tgcrypto]
|
||||||
|
|
||||||
.. important::
|
.. important::
|
||||||
|
|
||||||
Pyrogram only works on Python 3.3 or higher; if your **pip** points to Python 2.x use **pip3** instead.
|
Pyrogram only works on Python 3.3 or higher; if your **pip** points to Python 2.x use **pip3** instead.
|
||||||
|
|
@ -39,3 +45,5 @@ If no errors show up you are good to go.
|
||||||
>>> import pyrogram
|
>>> import pyrogram
|
||||||
>>> pyrogram.__version__
|
>>> pyrogram.__version__
|
||||||
'0.6.1'
|
'0.6.1'
|
||||||
|
|
||||||
|
.. _TgCrypto: https://docs.pyrogram.ml/resources/TgCrypto
|
||||||
Loading…
Reference in a new issue