diff --git a/README.md b/README.md index cef9530..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 -conda install -c conda-forge poetry>=1.4.0 +pip install poetry poetry install ``` 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 ```