Init Sphinx doc's.

This commit is contained in:
Alex Root Junior 2017-06-03 11:58:26 +03:00
parent 2192d4b7ea
commit 76344fd815
6 changed files with 226 additions and 2 deletions

15
docs/source/install.rst Normal file
View 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