From 9dcc4f2d7abeaa5edebf53c53a03f3f6b55039f1 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Fri, 24 Jan 2020 01:10:14 +0200 Subject: [PATCH] Update install link --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index cf1b305f..dbb57fb7 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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.