From 46017f814d4e532390597c29ca9273a3da9c1f88 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Wed, 18 Sep 2024 21:19:10 +0300 Subject: [PATCH] #1568 Update installation instructions in docs Moved warning for outdated package to the top of the Arch Linux section and removed redundant PyPI installation instructions for the development build. This enhances the clarity and accuracy of the installation documentation. --- docs/install.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 71a71705..0b46785e 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -12,19 +12,14 @@ From PyPI From Arch Linux Repository -------------------------- +.. warning:: This package is outdated and not recommended for use. Please, use PyPI package. + .. code-block:: bash pacman -S python-aiogram -Development build (3.x) -======================= - -From PyPI ------------------------ - -.. code-block:: bash - - pip install -U aiogram +Development build +================= From GitHub -----------