From 82d07ed2a84d53b19597bd2956a6efe5739fd577 Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Mon, 19 Jun 2023 11:09:40 +0800 Subject: [PATCH] doc: add annaconda info (#402) --- api/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/README.md b/api/README.md index 3bdb299479..924374e5d3 100644 --- a/api/README.md +++ b/api/README.md @@ -17,6 +17,11 @@ ```bash openssl rand -base64 42 ``` +3.5 If you use annaconda, create a new environment and activate it + ```bash + conda create --name dify python=3.10 + conda activate dify + ``` 4. Install dependencies ```bash pip install -r requirements.txt