mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
* Initial commit for docs cleanup * Update migration guide * More docs * Added changes description * Small fixes
34 lines
487 B
ReStructuredText
34 lines
487 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 --pre aiogram
|
|
|
|
From GitHub
|
|
-----------
|
|
|
|
.. code-block:: bash
|
|
|
|
pip install https://github.com/aiogram/aiogram/archive/refs/heads/dev-3.x.zip
|