From 96aaabd67f90196e6bcc758cbba207bfb0e32218 Mon Sep 17 00:00:00 2001 From: Danrui Qi Date: Tue, 5 Dec 2023 14:08:55 +0800 Subject: [PATCH] Update README.zh.md (#164) --- README.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.zh.md b/README.zh.md index dc1ada7..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 -conda install -c conda-forge poetry>=1.4.0 +pip install poetry poetry install ```