aiogram/docs/source/install.rst

17 lines
285 B
ReStructuredText
Raw Normal View History

2017-06-03 11:58:26 +03:00
Installation Guide
==================
2018-01-23 13:37:17 +03:00
Using PIP
---------
2017-06-03 11:58:26 +03:00
.. code-block:: bash
2017-06-03 15:04:04 +03:00
$ pip install -U aiogram
2017-06-03 11:58:26 +03:00
From sources
------------
.. code-block:: bash
2018-01-23 13:37:17 +03:00
$ git clone https://github.com/aiogram/aiogram.git
$ cd aiogram
2017-06-03 11:58:26 +03:00
$ python setup.py install