Installation Guide ================== Using PIP --------- .. code-block:: bash $ pip install -U aiogram From sources ------------ .. code-block:: bash $ git clone https://github.com/aiogram/aiogram.git $ cd aiogram $ python setup.py install