Unverified Commit 82d07ed2 authored by crazywoola's avatar crazywoola Committed by GitHub

doc: add annaconda info (#402)

parent c39d8f95
...@@ -17,6 +17,11 @@ ...@@ -17,6 +17,11 @@
```bash ```bash
openssl rand -base64 42 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 4. Install dependencies
```bash ```bash
pip install -r requirements.txt pip install -r requirements.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment