aiogram/docs/install.rst
evgfilim1 18b268f0b6
Update installation instructions (#655)
* Update installation instructions

* Small fix for 2.x branch & make instructions brief

* Style fix
2021-08-03 02:06:52 +03:00

44 lines
583 B
ReStructuredText

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