hequn8128 commented on a change in pull request #11076: [FLINK-15908][docs] Add description of support 'pip install' to 1.9.x documents. URL: https://github.com/apache/flink/pull/11076#discussion_r378664262
########## File path: docs/tutorials/python_table_api.md ########## @@ -31,10 +31,14 @@ to running a Python Table API program. ## Setting up a Python Project -Firstly, you can fire up your favorite IDE and create a Python project and then -you need to install the PyFlink package. Please -see [Build PyFlink]({{ site.baseurl }}/flinkDev/building.html#build-pyflink) -for more details about this. +You can begin by creating a Python project and installing the PyFlink package. +PyFlink is available via PyPi and can be easily installed using `pip`. + +{% highlight bash %} +$ python -m pip install apache-flink Review comment: For the version of 1.9 series, maybe it's better to specify the version, for example: ``` # install the latest 1.9 version of PyFlink python -m pip install apache-flink==1.9.* ``` The command will download the latest 1.9 pyflink. What do you think? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services