Installation#
Stable (2.x)#
From PyPI#
pip install -U aiogram
From Arch Linux Repository#
pacman -S python-aiogram
Development build (3.x)#
From PyPI#
pip install -U --pre aiogram
From GitHub#
pip install https://github.com/aiogram/aiogram/archive/refs/heads/dev-3.x.zip
From AUR#
yay -S python-aiogram3