aiogram/docs/install.rst
2024-09-15 23:00:46 +02:00

31 lines
455 B
ReStructuredText

############
Installation
############
Development build (3.x)
=======================
From PyPI
-----------------------
.. code-block:: bash
pip install -U aiogram
From GitHub
-----------
.. code-block:: bash
pip install https://github.com/aiogram/aiogram/archive/refs/heads/dev-3.x.zip
Stable build (2.x)
=======================
From Arch Linux Repository
--------------------------
.. code-block:: bash
pacman -S python-aiogram