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 -------------