From e4bb43dfddea08fd969beacb5332a5ed72c12401 Mon Sep 17 00:00:00 2001 From: Danrui Qi Date: Tue, 5 Dec 2023 12:02:03 +0800 Subject: [PATCH 1/2] Update README.zh.md --- README.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.zh.md b/README.zh.md index dc1ada7..79cfd71 100644 --- a/README.zh.md +++ b/README.zh.md @@ -106,7 +106,7 @@ git clone https://github.com/eosphoros-ai/DB-GPT-Hub.git cd DB-GPT-Hub conda create -n dbgpt_hub python=3.10 conda activate dbgpt_hub -conda install -c conda-forge poetry>=1.4.0 +pip install poetry>=1.4.0 poetry install ``` From c2c1437aff5943fad96c08f11a37a85ca9b4d934 Mon Sep 17 00:00:00 2001 From: Danrui Qi Date: Tue, 5 Dec 2023 14:06:46 +0800 Subject: [PATCH 2/2] Update README.zh.md --- README.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.zh.md b/README.zh.md index 79cfd71..f29666f 100644 --- a/README.zh.md +++ b/README.zh.md @@ -106,7 +106,7 @@ git clone https://github.com/eosphoros-ai/DB-GPT-Hub.git cd DB-GPT-Hub conda create -n dbgpt_hub python=3.10 conda activate dbgpt_hub -pip install poetry>=1.4.0 +pip install poetry poetry install ```