aiogram/docs/install.rst
JRoot Junior 46017f814d
#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.
2024-09-18 21:19:21 +03:00

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