Browse Source

[DOC] Update testpypi

pull/1/head
Tony-HYX 1 year ago
parent
commit
610bd845a7
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/Overview/Installation.rst
  2. +1
    -1
      docs/README.rst

+ 1
- 1
docs/Overview/Installation.rst View File

@@ -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.


+ 1
- 1
docs/README.rst View File

@@ -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.


Loading…
Cancel
Save