mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
15 lines
423 B
Markdown
15 lines
423 B
Markdown
|
|
# Installation Guide
|
||
|
|
|
||
|
|
## Using PIP
|
||
|
|
```bash
|
||
|
|
pip install -U aiogram
|
||
|
|
```
|
||
|
|
|
||
|
|
## Using Pipenv
|
||
|
|
```bash
|
||
|
|
pipenv install aiogram
|
||
|
|
```
|
||
|
|
|
||
|
|
## Using AUR
|
||
|
|
*aiogram* is also available in Arch User Repository, so you can install this library 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.
|