mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 09:22:03 +00:00
15 lines
258 B
ReStructuredText
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
|