wenjin272 commented on code in PR #502: URL: https://github.com/apache/flink-agents/pull/502#discussion_r2739745080
########## README.md: ########## @@ -29,6 +29,8 @@ We provide a script to build Flink-Agents from source This scrips will build both java and python part, and install the Flink-Agents dist jar to python wheel package. +> **Note for Developers**: To run Flink-Agents Python locally, you need to install both **Flink-Agents** (automatically installed when running `./tools/build.sh`) and **Apache Flink** (a required dependency not installed by default). Review Comment: I think this is not only for running locally, but also for reading source code and developing, for developers will find the IDE show the pyflink package is still not found. After offline discuss, @GreatEugenius think we should crate a dedicated issue for refactor readme, so we can just remove this part in this pr. -- 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]
