aiogram/docs/install.rst

50 lines
786 B
ReStructuredText
Raw Normal View History

############
Installation
############
Stable (2.x)
============
2021-08-03 02:24:40 +05:00
From PyPI
---------
.. code-block:: bash
pip install -U aiogram
2021-05-12 23:00:12 +03:00
Using AUR
---------
2021-05-12 23:00:12 +03:00
*aiogram* 2.x is also available in Arch Linux Repository, so you can install this framework
on any Arch-based distribution like Arch Linux, Antergos, Manjaro, etc.
2021-05-12 23:00:12 +03:00
To do this, just use pacman to install the *python-aiogram* package:
.. code-block:: bash
2021-05-12 23:00:12 +03:00
$ pacman -S python-aiogram
Development build (3.x)
=======================
2021-08-03 02:24:40 +05:00
From PyPI
-----------------------
.. code-block:: bash
2021-08-03 02:24:40 +05:00
pip install -U --pre aiogram
2021-05-12 23:00:12 +03:00
From GitHub
-----------
.. code-block:: bash
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:24:40 +05:00
From AUR
--------
.. code-block:: bash
yay -S python-aiogram3