Remove MkDocs

This commit is contained in:
Alex Root Junior 2021-05-13 00:13:09 +03:00
parent 7dd80d281f
commit e1cd7268a1
442 changed files with 4 additions and 9429 deletions

View file

@ -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