From 0c1fc4b1dddc8958575e9ee9932221d15977d72e Mon Sep 17 00:00:00 2001 From: Evgen Date: Mon, 19 Aug 2019 00:11:05 +0500 Subject: [PATCH] Add aiogram AUR package installation instructions --- docs/source/install.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/install.rst b/docs/source/install.rst index de199af6..cd89dc54 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -7,6 +7,10 @@ Using PIP $ pip install -U aiogram +Using AUR +--------- +*aiogram* is also available in Arch User Repository, so you can install this library on any Arch-based distribution like ArchLinux, Antergos, Manjaro, etc. To do this, use your favorite AUR-helper and install `python-aiogram `_ package. + From sources ------------ .. code-block:: bash