doc: add annaconda info (#402)

pull/406/head
crazywoola 3 years ago committed by GitHub
parent c39d8f954e
commit 82d07ed2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save