Skip to content

Commit a48e0ce

Browse files
committed
Update Installation page
1 parent caea507 commit a48e0ce

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/source/start/Installation.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,18 @@ Use this command to install:
5050
$ pip3 install --upgrade git+https://github.com/pyrogram/pyrogram.git@asyncio
5151
5252
53-
Pyrogram API remains the same and features are kept up to date from the non-async, default develop branch.
53+
Pyrogram API remains the same and features are kept up to date from the non-async, default develop branch, but you
54+
are obviously required Python asyncio knowledge in order to take full advantage of it.
5455

5556

56-
.. note::
57+
.. tip::
5758

5859
The idea to turn Pyrogram fully asynchronous is still under consideration, but is wise to expect that in future this
5960
would be the one and only way to work with Pyrogram.
6061

62+
You can start using Pyrogram Async variant right now as an excuse to learn more about asynchronous programming and
63+
do experiments with it!
64+
6165
.. raw:: html
6266

6367
<script async
@@ -78,7 +82,7 @@ If no error shows up you are good to go.
7882
7983
>>> import pyrogram
8084
>>> pyrogram.__version__
81-
'0.8.0'
85+
'0.9.0'
8286
8387
.. _TgCrypto: https://docs.pyrogram.ml/resources/TgCrypto
8488
.. _develop: http://github.com/pyrogram/pyrogram

0 commit comments

Comments
 (0)