mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add docs for Dispatcher
This commit is contained in:
parent
8ebbfb1388
commit
7245811c3c
197 changed files with 872 additions and 19 deletions
|
|
@ -1,54 +0,0 @@
|
|||
############
|
||||
Installation
|
||||
############
|
||||
|
||||
Stable (2.x)
|
||||
============
|
||||
|
||||
Using PIP
|
||||
---------
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install -U aiogram
|
||||
|
||||
|
||||
Using poetry
|
||||
------------
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
poetry add aiogram
|
||||
|
||||
|
||||
Using Pipenv
|
||||
------------
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pipenv install aiogram
|
||||
|
||||
Using AUR
|
||||
---------
|
||||
*aiogram* is also available in Arch User Repository, so you can install this framework on any
|
||||
Arch-based distribution like ArchLinux, Antergos, Manjaro, etc. To do this, use your favorite
|
||||
AUR-helper and install `python-aiogram <https://aur.archlinux.org/packages/python-aiogram/>`_ package.
|
||||
|
||||
|
||||
Development build (3.x)
|
||||
=======================
|
||||
|
||||
From private PyPi index
|
||||
-----------------------
|
||||
|
||||
On every push to the `dev-3.x` branch GitHub Actions build the package and publish
|
||||
to the `2038.host <https://aiogram.2038.io/simple>`_ server with seems like official PyPi files structure.
|
||||
That's mean you can always install latest (may be unstable) build via next command:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install --extra-index-url https://dev-docs.aiogram.dev/simple --pre aiogram
|
||||
|
||||
|
||||
In this repository available only last success build. All previous builds is always removes
|
||||
before uploading new one. Also before building this package all tests is also pass.
|
||||
Loading…
Add table
Add a link
Reference in a new issue