aiogram/docs/install.rst
2023-08-26 23:18:20 +03:00

34 lines
481 B
ReStructuredText

############
Installation
############
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 aiogram
From GitHub
-----------
.. code-block:: bash
pip install https://github.com/aiogram/aiogram/archive/refs/heads/dev-3.x.zip