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

Loading…
Cancel
Save