mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update install link
This commit is contained in:
parent
213f2a3c16
commit
9dcc4f2d7a
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,6 @@ poetry add aiogram
|
|||
### 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
|
||||
pip install --extra-index-url https://dev-docs.aiogram.dev/simple --pre aiogram
|
||||
```
|
||||
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