浏览代码

Update README.md (#5359)

horochx 9 月之前
父节点
当前提交
85eee0dfbb
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      api/README.md

+ 5 - 1
api/README.md

@@ -21,7 +21,11 @@
 
    Dify API service uses [Poetry](https://python-poetry.org/docs/) to manage dependencies. You can execute `poetry shell` to activate the environment.
 
-   > Using pip can be found [below](#usage-with-pip). 
+   > Using pip can be found [below](#usage-with-pip).
+
+   ```bash
+   poetry env use 3.10
+   ```
    
 6. Install dependencies