From 85eee0dfbbe5518bc01212b2233a8bacffd132f9 Mon Sep 17 00:00:00 2001 From: horochx <32632779+horochx@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:21:45 +0800 Subject: [PATCH] Update README.md (#5359) --- api/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api/README.md b/api/README.md index e32df089af..8ffd3d741d 100644 --- a/api/README.md +++ b/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