This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 0343dacbaf [python] Add dependencies to README
0343dacbaf is described below

commit 0343dacbaf97c4c79a8ba1d5008bfa2c57bcc422
Author: JingsongLi <[email protected]>
AuthorDate: Thu Aug 7 10:58:58 2025 +0800

    [python] Add dependencies to README
---
 paimon-python/README.md | 26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

diff --git a/paimon-python/README.md b/paimon-python/README.md
index 4c2a464b1b..3bc2eebe0f 100644
--- a/paimon-python/README.md
+++ b/paimon-python/README.md
@@ -5,10 +5,32 @@
 # PyPaimon
 
 This PyPi package contains the Python APIs for using Paimon.
+
+# Version
+
+Pypaimon requires Python 3.10+ version.
+
+# Dependencies
+
+Be building, you should install python setuptools:
+
+```commandline
+brew install python-setuptools
+pip3 install readerwriterlock
+pip3 install fsspec
+pip3 install cachetools
+pip3 install ossfs
+pip3 install pyarrow
+pip3 install polars
+pip3 install fastavro
+```
+
 # Build
 
-You can build the source package by executing the following command
+You can build the source package by executing the following command:
+
 ```commandline
-python setup.py sdist
+python3 setup.py sdist
 ```
+
 The package is under `dist/`.

Reply via email to