diff --git a/README.md b/README.md index 2788e79c5..5c2f92267 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ pip install --upgrade -r requirements.txt #### 2. Install from conda ```bash -conda create -n chattts +conda create -n chattts python=3.11 conda activate chattts pip install -r requirements.txt ```