Clean project

This commit is contained in:
jrootjunior 2019-11-15 12:17:57 +02:00
parent a83dd3ca63
commit bdae5fb026
259 changed files with 1303 additions and 21135 deletions

14
docs/install.md Normal file
View 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.