mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add pacman command example
This commit is contained in:
parent
20c60e0e07
commit
1280fdfdfe
1 changed files with 4 additions and 1 deletions
|
|
@ -15,7 +15,10 @@ Using Pipenv
|
|||
|
||||
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.
|
||||
*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
|
||||
|
||||
From sources
|
||||
------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue