mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 15:14:52 +00:00
Update docs
This commit is contained in:
parent
255d33cefc
commit
87586fba36
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
Quick Installation
|
Quick Installation
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The most straightforward and recommended way to install or upgrade Pyrogram is by using **pip**:
|
The easiest way to install and upgrade Pyrogram is by using **pip**:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
|
|
@ -25,7 +25,7 @@ If you want the latest development version of the library, you can install it wi
|
||||||
Verifying
|
Verifying
|
||||||
---------
|
---------
|
||||||
|
|
||||||
To verify that Pyrogram is correctly installed, open a Python shell and try to import it.
|
To verify that Pyrogram is correctly installed, open a Python shell and import it.
|
||||||
If no error shows up you are good to go.
|
If no error shows up you are good to go.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue