From a48e0ce33ad948809258342368d148699a755bec Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 3 Nov 2018 14:24:02 +0100 Subject: [PATCH] Update Installation page --- docs/source/start/Installation.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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