mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
19 lines
471 B
Markdown
19 lines
471 B
Markdown
# Installation Guide
|
|
|
|
## Using PIP
|
|
```bash
|
|
pip install -U aiogram
|
|
```
|
|
|
|
## Using Pipenv
|
|
```bash
|
|
pipenv install aiogram
|
|
```
|
|
|
|
## Using poetry
|
|
```bash
|
|
poetry add 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.
|