diff --git a/docs/source/pyrogram/Filters.rst b/docs/source/pyrogram/Filters.rst index 083bd64a..091031ae 100644 --- a/docs/source/pyrogram/Filters.rst +++ b/docs/source/pyrogram/Filters.rst @@ -3,4 +3,3 @@ Filters .. autoclass:: pyrogram.Filters :members: - :undoc-members: diff --git a/docs/source/start/Installation.rst b/docs/source/start/Installation.rst index 2a738b57..e7b2eb3d 100644 --- a/docs/source/start/Installation.rst +++ b/docs/source/start/Installation.rst @@ -50,14 +50,18 @@ Use this command to install: $ 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 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