aiogram/docs/source/install.rst
2017-06-03 11:58:26 +03:00

15 lines
258 B
ReStructuredText

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