mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Init Sphinx doc's.
This commit is contained in:
parent
2192d4b7ea
commit
76344fd815
6 changed files with 226 additions and 2 deletions
15
docs/source/install.rst
Normal file
15
docs/source/install.rst
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Installation Guide
|
||||
==================
|
||||
|
||||
From PIP
|
||||
--------
|
||||
.. code-block:: bash
|
||||
|
||||
$ pip install -U
|
||||
|
||||
From sources
|
||||
------------
|
||||
.. code-block:: bash
|
||||
|
||||
$ git clone https://bitbucket.org/illemius/aiogram.git
|
||||
$ python setup.py install
|
||||
Loading…
Add table
Add a link
Reference in a new issue