aiogram/docs/source/install.rst
2018-01-23 13:37:17 +03:00

16 lines
285 B
ReStructuredText

Installation Guide
==================
Using PIP
---------
.. code-block:: bash
$ pip install -U aiogram
From sources
------------
.. code-block:: bash
$ git clone https://github.com/aiogram/aiogram.git
$ cd aiogram
$ python setup.py install