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: docs/content/docs/flinkDev/building.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ The `fast` and `skip-webui-build` profiles have a significant impact on the buil
81
81
82
82
3. Uv for building, installing and managing Python environments (optional)
83
83
84
-
The tool [uv](https://docs.astral.sh/uv/) is a useful Python package and environment manager that can make building and installing PyFlink from source much easier.
84
+
The tool [uv](https://docs.astral.sh/uv/) is a Python package and project manager that can make building and installing PyFlink from source much easier.
85
85
To verify that it is installed:
86
86
87
87
```shell
@@ -118,7 +118,7 @@ To build and install the `apache-flink` and `apache-flink-libraries` packages wi
118
118
cd flink-python; uv build; uv build apache-flink-libraries --sdist;
119
119
```
120
120
121
-
The sdist package of `apache-flink-libraries` will be found under `./flink-python/apache-flink-libraries/dist/`. It could be installed as following:
121
+
The sdist package of `apache-flink-libraries` will be found under `./flink-python/apache-flink-libraries/dist/`. It can be installed as follows:
0 commit comments