aiogram/docs/install.rst

32 lines
455 B
ReStructuredText
Raw Normal View History

############
Installation
############
Development build (3.x)
=======================
From PyPI
-----------------------
.. code-block:: bash
pip install -U aiogram
2021-05-12 23:00:12 +03:00
From GitHub
-----------
.. code-block:: bash
2021-05-12 23:00:12 +03:00
pip install https://github.com/aiogram/aiogram/archive/refs/heads/dev-3.x.zip
2024-09-15 23:00:46 +02:00
Stable build (2.x)
=======================
From Arch Linux Repository
--------------------------
.. code-block:: bash
pacman -S python-aiogram