aiogram/docs/install.rst
2021-08-03 02:24:40 +05:00

49 lines
786 B
ReStructuredText

############
Installation
############
Stable (2.x)
============
From PyPI
---------
.. code-block:: bash
pip install -U aiogram
Using AUR
---------
*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.
To do this, just use pacman to install the *python-aiogram* package:
.. code-block:: bash
$ pacman -S python-aiogram
Development build (3.x)
=======================
From PyPI
-----------------------
.. code-block:: bash
pip install -U --pre aiogram
From GitHub
-----------
.. code-block:: bash
pip install https://github.com/aiogram/aiogram/archive/refs/heads/dev-3.x.zip
From AUR
--------
.. code-block:: bash
yay -S python-aiogram3