mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Typos fix in docs/source
This commit is contained in:
parent
5c6008ac6b
commit
7f169ad7b9
2 changed files with 11 additions and 10 deletions
|
|
@ -1,8 +1,8 @@
|
|||
Installation Guide
|
||||
==================
|
||||
|
||||
From PIP
|
||||
--------
|
||||
Using PIP
|
||||
---------
|
||||
.. code-block:: bash
|
||||
|
||||
$ pip install -U aiogram
|
||||
|
|
@ -11,5 +11,6 @@ From sources
|
|||
------------
|
||||
.. code-block:: bash
|
||||
|
||||
$ git clone https://bitbucket.org/illemius/aiogram.git
|
||||
$ git clone https://github.com/aiogram/aiogram.git
|
||||
$ cd aiogram
|
||||
$ python setup.py install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue