mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
doc: add annaconda info (#402)
This commit is contained in:
parent
c39d8f954e
commit
82d07ed2a8
|
@ -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…
Reference in New Issue
Block a user