From 23d89cc37ba1bd99500ff337b8e9a5c8f498b5ef Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 11 Jan 2018 18:14:26 +0100 Subject: [PATCH] Add notes for installation --- docs/source/getting_started/QuickInstallation.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/source/getting_started/QuickInstallation.rst b/docs/source/getting_started/QuickInstallation.rst index 0af77390..532745b9 100644 --- a/docs/source/getting_started/QuickInstallation.rst +++ b/docs/source/getting_started/QuickInstallation.rst @@ -7,6 +7,16 @@ The most straightforward and recommended way to install or upgrade Pyrogram is b $ pip install --upgrade pyrogram +.. important:: + + Pyrogram only works on Python 3.3 or higher; if your **pip** points to Python 2.x use **pip3** instead. + + Also, if you are getting an error while installing or importing the library, please update setuptools and try again. + + .. code-block:: bash + + $ pip install --upgrade setuptools + Bleeding Edge -------------