aiogram/docs/source/install.rst
2017-06-03 15:04:04 +03:00

15 lines
266 B
ReStructuredText

Installation Guide
==================
From PIP
--------
.. code-block:: bash
$ pip install -U aiogram
From sources
------------
.. code-block:: bash
$ git clone https://bitbucket.org/illemius/aiogram.git
$ python setup.py install