You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.en-US.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Welcome everyone to join the Alink open source user group to communicate.
34
34
- PyAlink provides different Python packages for Flink versions that Alink supports:
35
35
package `pyalink` always maintains Alink Python API against the latest Flink version, which is 1.13,
36
36
while `pyalink-flink-***` support old-version Flink, which are `pyalink-flink-1.12`, `pyalink-flink-1.11`, `pyalink-flink-1.10` and `pyalink-flink-1.9` for now.
37
-
- The version of python packages always follows Alink Java version, like `1.5.7`.
37
+
- The version of python packages always follows Alink Java version, like `1.5.8`.
38
38
39
39
#### Installation steps:
40
40
@@ -50,11 +50,11 @@ Welcome everyone to join the Alink open source user group to communicate.
50
50
If `pyalink` or `pyalink-flink-***` was/were installed, please use `pip uninstall pyalink` or `pip uninstall pyalink-flink-***` to remove them.
51
51
52
52
2. If `pip install` is slow of failed, refer to [this article](https://segmentfault.com/a/1190000006111096) to change the pip source, or use the following download links:
0 commit comments