mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
Update Installation page
This commit is contained in:
parent
caea507f05
commit
a48e0ce33a
@ -50,14 +50,18 @@ Use this command to install:
|
|||||||
$ pip3 install --upgrade git+https://github.com/pyrogram/pyrogram.git@asyncio
|
$ pip3 install --upgrade git+https://github.com/pyrogram/pyrogram.git@asyncio
|
||||||
|
|
||||||
|
|
||||||
Pyrogram API remains the same and features are kept up to date from the non-async, default develop branch.
|
Pyrogram API remains the same and features are kept up to date from the non-async, default develop branch, but you
|
||||||
|
are obviously required Python asyncio knowledge in order to take full advantage of it.
|
||||||
|
|
||||||
|
|
||||||
.. note::
|
.. tip::
|
||||||
|
|
||||||
The idea to turn Pyrogram fully asynchronous is still under consideration, but is wise to expect that in future this
|
The idea to turn Pyrogram fully asynchronous is still under consideration, but is wise to expect that in future this
|
||||||
would be the one and only way to work with Pyrogram.
|
would be the one and only way to work with Pyrogram.
|
||||||
|
|
||||||
|
You can start using Pyrogram Async variant right now as an excuse to learn more about asynchronous programming and
|
||||||
|
do experiments with it!
|
||||||
|
|
||||||
.. raw:: html
|
.. raw:: html
|
||||||
|
|
||||||
<script async
|
<script async
|
||||||
@ -78,7 +82,7 @@ If no error shows up you are good to go.
|
|||||||
|
|
||||||
>>> import pyrogram
|
>>> import pyrogram
|
||||||
>>> pyrogram.__version__
|
>>> pyrogram.__version__
|
||||||
'0.8.0'
|
'0.9.0'
|
||||||
|
|
||||||
.. _TgCrypto: https://docs.pyrogram.ml/resources/TgCrypto
|
.. _TgCrypto: https://docs.pyrogram.ml/resources/TgCrypto
|
||||||
.. _develop: http://github.com/pyrogram/pyrogram
|
.. _develop: http://github.com/pyrogram/pyrogram
|
||||||
|
Loading…
x
Reference in New Issue
Block a user