Skip to content

Commit 13d4e54

Browse files
authored
[DOCS] Update installation steps for Apache Sedona Python (#2835)
1 parent 9cddeab commit 13d4e54

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/setup/flink/install-python.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
under the License.
1818
-->
1919

20-
To install Apache Sedona Python, you need to install the following steps:
20+
To install Apache Sedona Python, follow these steps:
2121

22-
Install the required Python packages.
22+
1. Install the required Python packages.
2323

2424
```
2525
pip install apache-sedona[flink] shapely attr
2626
```
2727

28-
Download the required JAR files from Maven Central:
28+
2. Download the required JAR files from Maven Central:
2929

3030
* sedona-flink-shaded_2.12:jar:{{ sedona.current_version }}
3131
* geotools-wrapper-{{ sedona.current_geotools }}.jar
3232

33-
Follow the official Flink documentation to install the JAR files in your Flink cluster or PyFlink application.
33+
To install the JAR files in your Flink cluster or PyFlink application, follow the official Flink documentation:
3434
https://nightlies.apache.org/flink/flink-docs-master/docs/dev/python/dependency_management/

0 commit comments

Comments
 (0)