From 78d7cd643d4ca5162706264778ed7563fadb8a38 Mon Sep 17 00:00:00 2001 From: evgfilim1 Date: Tue, 3 Aug 2021 02:24:40 +0500 Subject: [PATCH] Update installation instructions --- docs/install.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index a5a1f8ee..6438efc3 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -5,7 +5,7 @@ Installation Stable (2.x) ============ -Using PIP +From PyPI --------- .. code-block:: bash @@ -27,12 +27,12 @@ To do this, just use pacman to install the *python-aiogram* package: 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 +40,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