This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new d028a644a24 Add a new step to install poetry in developer setup doc 
(#766)
d028a644a24 is described below

commit d028a644a243cbcb535bee7573c90987a2ffdfdc
Author: Lynwee <[email protected]>
AuthorDate: Fri Jun 14 12:04:20 2024 +0800

    Add a new step to install poetry in developer setup doc (#766)
---
 docs/DeveloperManuals/DeveloperSetup.md                        | 1 +
 versioned_docs/version-v1.0/DeveloperManuals/DeveloperSetup.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docs/DeveloperManuals/DeveloperSetup.md 
b/docs/DeveloperManuals/DeveloperSetup.md
index 18b864288e9..6ff9cf21020 100644
--- a/docs/DeveloperManuals/DeveloperSetup.md
+++ b/docs/DeveloperManuals/DeveloperSetup.md
@@ -62,6 +62,7 @@ The following guide will walk through how to run DevLake's 
frontend (`config-ui`
     ```sh
     # specify the plugins that you need for both backend and frontend
     export 
DEVLAKE_PLUGINS=bamboo,bitbucket,circleci,customize,dora,gitextractor,github,github_graphql,gitlab,jenkins,jira,org,pagerduty,refdiff,slack,sonarqube,trello,webhook
+    # install poetry, just follow the guide in: 
https://python-poetry.org/docs/#installation 
     # run devlake
     make dev
     # run config-ui
diff --git a/versioned_docs/version-v1.0/DeveloperManuals/DeveloperSetup.md 
b/versioned_docs/version-v1.0/DeveloperManuals/DeveloperSetup.md
index 18b864288e9..6ff9cf21020 100644
--- a/versioned_docs/version-v1.0/DeveloperManuals/DeveloperSetup.md
+++ b/versioned_docs/version-v1.0/DeveloperManuals/DeveloperSetup.md
@@ -62,6 +62,7 @@ The following guide will walk through how to run DevLake's 
frontend (`config-ui`
     ```sh
     # specify the plugins that you need for both backend and frontend
     export 
DEVLAKE_PLUGINS=bamboo,bitbucket,circleci,customize,dora,gitextractor,github,github_graphql,gitlab,jenkins,jira,org,pagerduty,refdiff,slack,sonarqube,trello,webhook
+    # install poetry, just follow the guide in: 
https://python-poetry.org/docs/#installation 
     # run devlake
     make dev
     # run config-ui

Reply via email to