From 610bd845a7d063fdd992800ef0765ad403c3e75e Mon Sep 17 00:00:00 2001 From: Tony-HYX <605698554@qq.com> Date: Mon, 25 Dec 2023 11:48:49 +0800 Subject: [PATCH] [DOC] Update testpypi --- docs/Overview/Installation.rst | 2 +- docs/README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Overview/Installation.rst b/docs/Overview/Installation.rst index 229a274..860ec97 100644 --- a/docs/Overview/Installation.rst +++ b/docs/Overview/Installation.rst @@ -12,7 +12,7 @@ For testing purposes, you can install it using: .. code:: console - $ pip install -i https://test.pypi.org/simple/ abl + $ pip install -i https://test.pypi.org/simple/ --extra-index-url https://mirrors.nju.edu.cn/pypi/web/simple/ abl Alternatively, to install ABL by source code, sequentially run following commands in your terminal/command line. diff --git a/docs/README.rst b/docs/README.rst index 40e230d..cfd44a6 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -24,7 +24,7 @@ For testing purposes, you can install it using: .. code:: console - $ pip install -i https://test.pypi.org/simple/ abl + $ pip install -i https://test.pypi.org/simple/ --extra-index-url https://mirrors.nju.edu.cn/pypi/web/simple/ abl Alternatively, to install ABL by source code, sequentially run following commands in your terminal/command line.