mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Use pip3 instead of pip
This commit is contained in:
parent
f7e3044939
commit
2c917fa9ae
@ -12,7 +12,7 @@ Installation
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ pip install --upgrade tgcrypto
|
||||
$ pip3 install --upgrade tgcrypto
|
||||
|
||||
.. note:: Being a C extension for Python, TgCrypto is an optional but *highly recommended* dependency; when TgCrypto is
|
||||
not detected in your system, Pyrogram will automatically fall back to PyAES and will show you a warning.
|
||||
|
@ -5,17 +5,13 @@ The most straightforward and recommended way to install or upgrade Pyrogram is b
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ pip install --upgrade pyrogram
|
||||
$ pip3 install --upgrade pyrogram
|
||||
|
||||
Or, with TgCrypto_:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ pip install --upgrade pyrogram[tgcrypto]
|
||||
|
||||
.. important::
|
||||
|
||||
Pyrogram only works on Python 3.3 or higher; if your **pip** points to Python 2.x use **pip3** instead.
|
||||
$ pip3 install --upgrade pyrogram[tgcrypto]
|
||||
|
||||
Bleeding Edge
|
||||
-------------
|
||||
@ -24,9 +20,9 @@ If you want the latest development version of the library, you can either instal
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ pip install --upgrade git+https://github.com/pyrogram/pyrogram.git
|
||||
$ pip3 install --upgrade git+https://github.com/pyrogram/pyrogram.git
|
||||
|
||||
or manually, using:
|
||||
Or manually, using:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user