Skip to content

Commit

Permalink
Update installation instructions (#655)
Browse files Browse the repository at this point in the history
* Update installation instructions

* Small fix for 2.x branch & make instructions brief

* Style fix
  • Loading branch information
evgfilim1 committed Aug 2, 2021
1 parent f4ca858 commit 18b268f
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,40 @@ Installation
Stable (2.x)
============

Using PIP
From PyPI
---------

.. code-block:: bash
pip install -U aiogram
Using AUR
---------

*aiogram* 2.x 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:
From Arch Linux Repository
--------------------------

.. code-block:: bash
$ pacman -S python-aiogram
pacman -S python-aiogram
Development build (3.x)
=======================

From test PyPi index
From PyPI
-----------------------

.. code-block:: bash
pip install -U --extra-index-url https://test.pypi.org/simple/ --pre aiogram
pip install -U --pre aiogram
From GitHub
-----------

.. code-block:: bash
pip install https://github.com/aiogram/aiogram/archive/refs/heads/dev-3.x.zip
From AUR
--------

.. code-block:: bash
yay -S python-aiogram3

0 comments on commit 18b268f

Please sign in to comment.