未验证 提交 9e692f91 编写于 作者: J Jiajie Zhong 提交者: GitHub

[python] Add directly install without clone source code (#11179)

Co-authored-by: Nkezhenxu94 <kezhenxu94@apache.org>
上级 513f3360
......@@ -41,7 +41,8 @@ backend:
- 'script/**/*'
document:
- any: ['docs/**/*']
- 'docs/**/*'
- 'dolphinscheduler-python/pydolphinscheduler/docs/**/*'
CI&CD:
- any: ['.github/**/*']
......
......@@ -86,6 +86,14 @@ which we hold in GitHub
After you installed *PyDolphinScheduler*, please remember `start Python Gateway Service`_
which waiting for *PyDolphinScheduler*'s workflow definition require.
Above command will clone whole dolphinscheduler source code to local, maybe you want to install latest pydolphinscheduler
package directly and do not care about other code(including Python gateway service code), you can execute command
.. code-block:: bash
# Must escape the '&' character by adding '\'
pip install -e "git+https://github.com/apache/dolphinscheduler.git#egg=apache-dolphinscheduler&subdirectory=dolphinscheduler-python/pydolphinscheduler"
Start Python Gateway Service
----------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册