mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
The warning previously stated that the Arch Linux package is outdated. It is now revised to indicate that the package may be outdated and recommends using the PyPI package for the latest version. This change ensures users are correctly informed about the potential version differences.
29 lines
483 B
ReStructuredText
29 lines
483 B
ReStructuredText
############
|
|
Installation
|
|
############
|
|
|
|
From PyPI
|
|
---------
|
|
|
|
.. code-block:: bash
|
|
|
|
pip install -U aiogram
|
|
|
|
From Arch Linux Repository
|
|
--------------------------
|
|
|
|
.. warning:: Package in this repository may be outdated. Use PyPI package for the latest version.
|
|
|
|
.. 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
|