mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update installation instructions
This commit is contained in:
parent
f4ca858571
commit
78d7cd643d
1 changed files with 10 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ Installation
|
|||
Stable (2.x)
|
||||
============
|
||||
|
||||
Using PIP
|
||||
From PyPI
|
||||
---------
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
@ -27,12 +27,12 @@ To do this, just use pacman to install the *python-aiogram* package:
|
|||
Development build (3.x)
|
||||
=======================
|
||||
|
||||
From test PyPi index
|
||||
From PyPI
|
||||
-----------------------
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install -U --extra-index-url https://test.pypi.org/simple/ --pre aiogram
|
||||
pip install -U --pre aiogram
|
||||
|
||||
From GitHub
|
||||
-----------
|
||||
|
|
@ -40,3 +40,10 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue