mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 02:19:54 +00:00
Versions in docs
This commit is contained in:
parent
c9e490bcee
commit
90b4d2eae9
3 changed files with 10 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Installation Guide
|
||||
|
||||
## Stable
|
||||
## Stable (2.x)
|
||||
### Using PIP
|
||||
```bash
|
||||
pip install -U aiogram
|
||||
|
|
@ -20,11 +20,11 @@ poetry add aiogram
|
|||
*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.
|
||||
|
||||
|
||||
## Development build
|
||||
## Development build (3.x)
|
||||
|
||||
### From private PyPi index
|
||||
On every push to the `dev-3.x` branch GitHub Actions build the package and publish to the [2038.host](https://aiogram.2038.io/simple) server with seems like official PyPi files structure. That's mean you can always install latest (may be unstable) build via next command:
|
||||
```bash
|
||||
pip install --extra-index-url https://aiogram.2038.io/simple --pre aiogram
|
||||
```
|
||||
In this repository available only last release. All previous builds is always removes before uploading new one. Also before building this package all tests is also pass.
|
||||
In this repository available only last success build. All previous builds is always removes before uploading new one. Also before building this package all tests is also pass.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue