aiogram/docs/install.rst

30 lines
483 B
ReStructuredText
Raw Permalink Normal View History

############
Installation
############
From PyPI
---------
.. code-block:: bash
pip install -U aiogram
From Arch Linux Repository
--------------------------
.. warning:: Package in this repository may be outdated. Use PyPI package for the latest version.
.. code-block:: bash
pacman -S python-aiogram
Development build
=================
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