From 087dca9683d117f1390338ceed6ade67a972f381 Mon Sep 17 00:00:00 2001 From: aries_ckt <916701291@qq.com> Date: Thu, 13 Jul 2023 19:46:55 +0800 Subject: [PATCH] doc:installation.md --- docs/getting_started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md index 786889ba4..5b575e61a 100644 --- a/docs/getting_started/installation.md +++ b/docs/getting_started/installation.md @@ -5,7 +5,7 @@ DB-GPT provides a third-party Python API package that you can integrate into you You can simply pip install: ```bash -pip install -i https://pypi.org/ db-gpt==0.3.0 +pip install -i https://pypi.org/simple/ db-gpt==0.3.0 ``` ```{tip}