This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 13d4e54539 [DOCS] Update installation steps for Apache Sedona Python
(#2835)
13d4e54539 is described below
commit 13d4e545398d558849347ddc3529f2befe32f48a
Author: Terry L. Blessing <[email protected]>
AuthorDate: Mon Apr 13 20:16:44 2026 -0500
[DOCS] Update installation steps for Apache Sedona Python (#2835)
---
docs/setup/flink/install-python.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/setup/flink/install-python.md
b/docs/setup/flink/install-python.md
index b792a1cacc..615a34f821 100644
--- a/docs/setup/flink/install-python.md
+++ b/docs/setup/flink/install-python.md
@@ -17,18 +17,18 @@
under the License.
-->
-To install Apache Sedona Python, you need to install the following steps:
+To install Apache Sedona Python, follow these steps:
-Install the required Python packages.
+1. Install the required Python packages.
```
pip install apache-sedona[flink] shapely attr
```
-Download the required JAR files from Maven Central:
+2. Download the required JAR files from Maven Central:
* sedona-flink-shaded_2.12:jar:{{ sedona.current_version }}
* geotools-wrapper-{{ sedona.current_geotools }}.jar
-Follow the official Flink documentation to install the JAR files in your Flink
cluster or PyFlink application.
+To install the JAR files in your Flink cluster or PyFlink application, follow
the official Flink documentation:
https://nightlies.apache.org/flink/flink-docs-master/docs/dev/python/dependency_management/