From 18b268f0b6b2832b4ffea265a104633c0262d58e Mon Sep 17 00:00:00 2001 From: evgfilim1 Date: Tue, 3 Aug 2021 02:06:52 +0300 Subject: [PATCH] Update installation instructions (#655) * Update installation instructions * Small fix for 2.x branch & make instructions brief * Style fix --- docs/install.rst | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index a5a1f8ee..7dbf3cf8 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -5,34 +5,29 @@ Installation Stable (2.x) ============ -Using PIP +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: +From Arch Linux Repository +-------------------------- .. code-block:: bash - $ pacman -S python-aiogram + pacman -S python-aiogram Development build (3.x) ======================= -From test PyPi index +From PyPI ----------------------- .. code-block:: bash - pip install -U --extra-index-url https://test.pypi.org/simple/ --pre aiogram + pip install -U --pre aiogram From GitHub ----------- @@ -40,3 +35,10 @@ 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