提交 872caedc 编写于 作者: J Joe Liedtke 提交者: Kubernetes Prow Robot

Adds pl sdk ver shortcode and uses it for install (#885)

上级 3240b6b8
......@@ -73,8 +73,7 @@ up Python using [Miniconda](https://conda.io/miniconda.html):
Run the following command to install the Kubeflow Pipelines SDK:
```bash
latest_version=$(curl --silent https://api.github.com/repos/kubeflow/pipelines/releases/latest | jq -r .tag_name)
pip install https://storage.googleapis.com/ml-pipeline/release/${latest_version}/kfp.tar.gz --upgrade
pip install https://storage.googleapis.com/ml-pipeline/release/{{% pipelines-sdk-version %}}/kfp.tar.gz --upgrade
```
After successful installation, the command `dsl-compile` should be available.
......
0.1.20
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册