Fix night-mode stylesheet. Small changes in docs.

This commit is contained in:
Alex Root Junior 2021-01-24 00:15:25 +02:00
parent ba7d2323c8
commit 18854185b2
6 changed files with 75 additions and 31 deletions

View file

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