aiogram/docs/source/install.rst

16 lines
258 B
ReStructuredText
Raw Normal View History

2017-06-03 11:58:26 +03:00
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