Add notes for installation

This commit is contained in:
Dan 2018-01-11 18:14:26 +01:00
parent f3dbfd1f4e
commit 23d89cc37b

View File

@ -7,6 +7,16 @@ The most straightforward and recommended way to install or upgrade Pyrogram is b
$ pip install --upgrade pyrogram $ 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 Bleeding Edge
------------- -------------