Using PIP
$ pip install -U aiogram
Using Pipenv
$ pipenv install aiogram
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 package:
$ pacman -S python-aiogram
From sources
Development versions:
$ git clone https://github.com/aiogram/aiogram.git $ cd aiogram $ python setup.py install
Or if you want to install stable version (The same with version from PyPi):
$ git clone https://github.com/aiogram/aiogram.git $ cd aiogram $ git checkout master $ python setup.py install
Recommendations
You can speedup your bots by following next instructions: