mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Clean project
This commit is contained in:
parent
a83dd3ca63
commit
bdae5fb026
259 changed files with 1303 additions and 21135 deletions
14
docs/install.md
Normal file
14
docs/install.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue