mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
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.
29 lines
478 B
ReStructuredText
29 lines
478 B
ReStructuredText
############
|
|
Installation
|
|
############
|
|
|
|
From PyPI
|
|
---------
|
|
|
|
.. code-block:: bash
|
|
|
|
pip install -U aiogram
|
|
|
|
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
|
|
=================
|
|
|
|
From GitHub
|
|
-----------
|
|
|
|
.. code-block:: bash
|
|
|
|
pip install https://github.com/aiogram/aiogram/archive/refs/heads/dev-3.x.zip
|