mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +00:00
16 lines
258 B
ReStructuredText
16 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
|