Update install link

This commit is contained in:
Alex Root Junior 2020-01-24 01:10:14 +02:00
parent 213f2a3c16
commit 9dcc4f2d7a

View file

@ -25,6 +25,6 @@ poetry add aiogram
### From private PyPi index ### 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: 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 ```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. 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.