mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 12:57:52 +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…
x
Reference in New Issue
Block a user