#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.
This commit is contained in:
JRoot Junior 2024-09-18 21:19:10 +03:00
parent a76fb42ba0
commit 46017f814d
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2

View file

@ -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
-----------