mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-23 23:34:28 +00:00
Add notes for installation
This commit is contained in:
parent
f3dbfd1f4e
commit
23d89cc37b
@ -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
|
||||
-------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user