From 407be60505ef585418efa76420400c7e6f866ecf Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 15 Jan 2018 14:29:18 +0100 Subject: [PATCH] Fix installation command --- docs/source/getting_started/QuickInstallation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/QuickInstallation.rst b/docs/source/getting_started/QuickInstallation.rst index 532745b9..4b7329c3 100644 --- a/docs/source/getting_started/QuickInstallation.rst +++ b/docs/source/getting_started/QuickInstallation.rst @@ -24,7 +24,7 @@ If you want the latest development version of the library, you can either instal .. code-block:: bash - $ pip install git+https://github.com/pyrogram/pyrogram.git + $ pip install --upgrade git+https://github.com/pyrogram/pyrogram.git or manually, using: