doc: add annaconda info (#402)

This commit is contained in:
crazywoola 2023-06-19 11:09:40 +08:00 committed by GitHub
parent c39d8f954e
commit 82d07ed2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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