This is an automated email from the ASF dual-hosted git repository.
jark pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.11 by this push:
new 7e4bf25 [FLINK-17939][docs-zh] Translate "Python Table API
Installation" page into Chinese
7e4bf25 is described below
commit 7e4bf259937a871200355a84962de10263679fae
Author: Jark Wu <[email protected]>
AuthorDate: Tue May 26 20:42:01 2020 +0800
[FLINK-17939][docs-zh] Translate "Python Table API Installation" page into
Chinese
This close #12343
---
docs/dev/table/python/installation.zh.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/dev/table/python/installation.zh.md
b/docs/dev/table/python/installation.zh.md
index 83a24d0..6e4e45f 100644
--- a/docs/dev/table/python/installation.zh.md
+++ b/docs/dev/table/python/installation.zh.md
@@ -25,22 +25,22 @@ under the License.
* This will be replaced by the TOC
{:toc}
-## Environment Requirements
-<span class="label label-info">Note</span> Python version (3.5, 3.6 or 3.7) is
required for PyFlink. Please run the following command to make sure that it
meets the requirements:
+## 环境要求
+<span class="label label-info">注意</span> PyFlink 需要特定的Python 版本(3.5, 3.6 或
3.7)。请运行如下的命令确保版本满足要求。
{% highlight bash %}
$ python --version
# the version printed here must be 3.5, 3.6 or 3.7
{% endhighlight %}
-## Installation of PyFlink
+## PyFlink 安装
-PyFlink has already been deployed to PyPi and can be installed as following:
+PyFlink 已经被部署到 PyPi,可以按如下方式安装:
{% highlight bash %}
$ python -m pip install apache-flink
{% endhighlight %}
-You can also build PyFlink from source by following the [development guide]({{
site.baseurl }}/zh/flinkDev/building.html#build-pyflink).
+你也可以从源码手动构建 PyFlink,具体可以参见[开发指南]({{ site.baseurl
}}/zh/flinkDev/building.html#build-pyflink).
-<span class="label label-info">Note</span> Starting from Flink 1.11, it's also
supported to run PyFlink jobs locally on Windows and so you could develop and
debug PyFlink jobs on Windows.
+<span class="label label-info">注意</span> 从 Flink 1.11 版本开始, PyFlink 作业可以支持在
Windows 系统上本地运行,因此你也可以在 Windows 上开发和调试 PyFlink 作业了。