瀏覽代碼

feat: update backend documentation (#13374)

tags/1.0.0
Riddhimaan-Senapati 8 月之前
父節點
當前提交
b05e9d2ab4
No account linked to committer's email address
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7
    1
      api/README.md

+ 7
- 1
api/README.md 查看文件

@@ -37,7 +37,13 @@

4. Create environment.

Dify API service uses [Poetry](https://python-poetry.org/docs/) to manage dependencies. You can execute `poetry shell` to activate the environment.
Dify API service uses [Poetry](https://python-poetry.org/docs/) to manage dependencies. First, you need to add the poetry shell plugin, if you don't have it already, in order to run in a virtual environment. [Note: Poetry shell is no longer a native command so you need to install the poetry plugin beforehand]

```bash
poetry self add poetry-plugin-shell
```
Then, You can execute `poetry shell` to activate the environment.

5. Install dependencies


Loading…
取消
儲存