2021-01-26 21:20:52 +02:00
|
|
|
############
|
|
|
|
|
Installation
|
|
|
|
|
############
|
|
|
|
|
|
|
|
|
|
Stable (2.x)
|
|
|
|
|
============
|
|
|
|
|
|
2021-08-03 02:06:52 +03:00
|
|
|
From PyPI
|
2021-01-26 21:20:52 +02:00
|
|
|
---------
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|
pip install -U aiogram
|
|
|
|
|
|
2021-08-03 02:06:52 +03:00
|
|
|
From Arch Linux Repository
|
|
|
|
|
--------------------------
|
2021-01-26 21:20:52 +02:00
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
2021-08-03 02:06:52 +03:00
|
|
|
pacman -S python-aiogram
|
2021-01-26 21:20:52 +02:00
|
|
|
|
|
|
|
|
Development build (3.x)
|
|
|
|
|
=======================
|
|
|
|
|
|
2021-08-03 02:06:52 +03:00
|
|
|
From PyPI
|
2021-01-26 21:20:52 +02:00
|
|
|
-----------------------
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
2021-08-03 02:06:52 +03:00
|
|
|
pip install -U --pre aiogram
|
2021-01-26 21:20:52 +02:00
|
|
|
|
2021-05-12 23:00:12 +03:00
|
|
|
From GitHub
|
|
|
|
|
-----------
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
2021-01-26 21:20:52 +02:00
|
|
|
|
2021-05-12 23:00:12 +03:00
|
|
|
pip install https://github.com/aiogram/aiogram/archive/refs/heads/dev-3.x.zip
|
2021-08-03 02:06:52 +03:00
|
|
|
|
|
|
|
|
From AUR
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|
yay -S python-aiogram3
|