mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix night-mode stylesheet. Small changes in docs.
This commit is contained in:
parent
ba7d2323c8
commit
18854185b2
6 changed files with 75 additions and 31 deletions
|
|
@ -28,12 +28,22 @@ Using Pipenv
|
|||
|
||||
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.
|
||||
Using poetry
|
||||
------------
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
poetry add aiogram
|
||||
|
||||
Using Pacman
|
||||
------------
|
||||
*aiogram* 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 <https://archlinux.org/packages/community/any/python-aiogram/>`_ package:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pacman -S python-aiogram
|
||||
|
||||
Development build (3.x)
|
||||
=======================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue