mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update installation docs page
This commit is contained in:
parent
b88ae7a435
commit
9610c698be
1 changed files with 11 additions and 2 deletions
|
|
@ -7,25 +7,34 @@ Using PIP
|
||||||
|
|
||||||
$ pip install -U aiogram
|
$ pip install -U aiogram
|
||||||
|
|
||||||
|
Using Pipenv
|
||||||
|
------------
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ pipenv install aiogram
|
||||||
|
|
||||||
Using AUR
|
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.
|
*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.
|
||||||
|
|
||||||
From sources
|
From sources
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Development versions:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ git clone https://github.com/aiogram/aiogram.git
|
$ git clone https://github.com/aiogram/aiogram.git
|
||||||
$ cd aiogram
|
$ cd aiogram
|
||||||
$ python setup.py install
|
$ python setup.py install
|
||||||
|
|
||||||
or if you want to install development version (maybe unstable):
|
Or if you want to install stable version (The same with version form PyPi):
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ git clone https://github.com/aiogram/aiogram.git
|
$ git clone https://github.com/aiogram/aiogram.git
|
||||||
$ cd aiogram
|
$ cd aiogram
|
||||||
$ git checkout dev-2.x
|
$ git checkout master
|
||||||
$ python setup.py install
|
$ python setup.py install
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue