2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-05 00:35:10 +00:00

Update docs

This commit is contained in:
Dan
2018-03-24 14:47:20 +01:00
parent deb5c17612
commit 4049886e7a
5 changed files with 33 additions and 62 deletions

View File

@@ -7,12 +7,6 @@ The most straightforward and recommended way to install or upgrade Pyrogram is b
$ pip3 install --upgrade pyrogram
Or, with TgCrypto_:
.. code-block:: bash
$ pip3 install --upgrade pyrogram[tgcrypto]
Bleeding Edge
-------------
@@ -22,14 +16,6 @@ If you want the latest development version of the library, you can either instal
$ pip3 install --upgrade git+https://github.com/pyrogram/pyrogram.git
Or manually, using:
.. code-block:: bash
$ git clone https://github.com/pyrogram/pyrogram.git
$ cd pyrogram
$ python setup.py install
Verifying
---------