From c6b771739cbbfe7deee40f28b388f869eff2d8f2 Mon Sep 17 00:00:00 2001 From: Danrui Qi Date: Tue, 5 Dec 2023 14:06:17 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dce1a38..0b8dcaa 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,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 ```