aiogram/docs/install.rst
Alex Root Junior e1cd7268a1 Remove MkDocs
2021-05-13 00:13:09 +03:00

42 lines
776 B
ReStructuredText

############
Installation
############
Stable (2.x)
============
Using PIP
---------
.. code-block:: bash
pip install -U aiogram
Using AUR
---------
*aiogram* 2.x is also available in Arch Linux Repository, so you can install this framework
on any Arch-based distribution like Arch Linux, Antergos, Manjaro, etc.
To do this, just use pacman to install the *python-aiogram* package:
.. code-block:: bash
$ pacman -S python-aiogram
Development build (3.x)
=======================
From test PyPi index
-----------------------
.. code-block:: bash
pip install -U --extra-index-url https://test.pypi.org/simple/ --pre aiogram
From GitHub
-----------
.. code-block:: bash
pip install https://github.com/aiogram/aiogram/archive/refs/heads/dev-3.x.zip