lindong28 commented on code in PR #245:
URL: https://github.com/apache/flink-ml/pull/245#discussion_r1246514810


##########
docs/content/docs/try-flink-ml/python/quick-start.md:
##########
@@ -271,27 +271,20 @@ initialization.
 
 {{< stable >}}
 
-Please [download the correponding binary
-release](https://flink.apache.org/downloads.html) of Flink ML, then extract the
-archive:
+Please download [Flink ML Python
+source](https://flink.apache.org/downloads.html) and extract the jar files into
+Flink's library folder.
 
 ```shell
-tar -xzf flink-ml-*.tgz
-```
-
-Then you may copy the extracted library files to Flink's folder with the
-following commands.
-
-```shell
-cd ${path_to_flink_ml}
-cp ./lib/*.jar $FLINK_HOME/lib/
+tar -xzf apache-flink-ml*.tar.gz
+cp apache-flink-ml-*/deps/lib/* $FLINK_HOME/lib/
 ```
 
 {{< /stable >}} {{< unstable >}}
 
 Given that you have followed this [guideline]({{< ref
 "docs/development/build-and-install#build-and-install-python-sdk" >}}), you
-would have already built Flink ML's Java SDK. Now, you need to copy the
+would have already built Flink ML's Python SDK. Now, you need to copy the

Review Comment:
   Good point. I have updated the PR as suggested.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to