mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
16 lines
285 B
ReStructuredText
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
|