Browse Source

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

Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>

(cherry picked from commit 9e692f919a)
3.0.0/version-upgrade
Jiajie Zhong 2 years ago
parent
commit
ab73121401
  1. 8
      dolphinscheduler-python/pydolphinscheduler/docs/source/start.rst

8
dolphinscheduler-python/pydolphinscheduler/docs/source/start.rst

@ -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
----------------------------

Loading…
Cancel
Save