Pārlūkot izejas kodu

doc: add annaconda info (#402)

crazywoola 1 gadu atpakaļ
vecāks
revīzija
82d07ed2a8
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      api/README.md

+ 5 - 0
api/README.md

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