From 87586fba36c0fa857d932a8036026ea2ab2bff9b Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Fri, 13 Apr 2018 10:01:08 +0200 Subject: [PATCH] Update docs --- docs/source/start/QuickInstallation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/start/QuickInstallation.rst b/docs/source/start/QuickInstallation.rst index 4969fe24..8203550e 100644 --- a/docs/source/start/QuickInstallation.rst +++ b/docs/source/start/QuickInstallation.rst @@ -1,7 +1,7 @@ Quick Installation ================== -The most straightforward and recommended way to install or upgrade Pyrogram is by using **pip**: +The easiest way to install and upgrade Pyrogram is by using **pip**: .. code-block:: bash @@ -25,7 +25,7 @@ If you want the latest development version of the library, you can install it wi Verifying --------- -To verify that Pyrogram is correctly installed, open a Python shell and try to import it. +To verify that Pyrogram is correctly installed, open a Python shell and import it. If no error shows up you are good to go. .. code-block:: bash