mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Remove MkDocs
This commit is contained in:
parent
7dd80d281f
commit
e1cd7268a1
442 changed files with 4 additions and 9429 deletions
|
|
@ -1,42 +0,0 @@
|
|||
############
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue