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

haonan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 19166c31 fix python api install method in table (#651)
19166c31 is described below

commit 19166c31550487dacdc8d1da9519dc5efa6c4230
Author: leto-b <[email protected]>
AuthorDate: Thu Mar 13 11:49:16 2025 +0800

    fix python api install method in table (#651)
---
 src/UserGuide/Master/Table/API/Programming-Python-Native-API.md    | 6 +++---
 src/UserGuide/latest-Table/API/Programming-Python-Native-API.md    | 2 +-
 src/zh/UserGuide/Master/Table/API/Programming-Python-Native-API.md | 6 +++---
 src/zh/UserGuide/latest-Table/API/Programming-Python-Native-API.md | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/UserGuide/Master/Table/API/Programming-Python-Native-API.md 
b/src/UserGuide/Master/Table/API/Programming-Python-Native-API.md
index 0606aa8b..990cf898 100644
--- a/src/UserGuide/Master/Table/API/Programming-Python-Native-API.md
+++ b/src/UserGuide/Master/Table/API/Programming-Python-Native-API.md
@@ -27,7 +27,7 @@ IoTDB provides a Python native client driver and a session 
pool management mecha
 To use the IoTDB Python API, install the required package using pip:
 
 ```Java
-pip3 install apache-iotdb
+pip3 install apache-iotdb==2.0.1b0
 ```
 
 ## 2. Read and Write Operations
@@ -279,9 +279,9 @@ class TableSessionPoolConfig(object):
 
 ## 4. Sample Code
 
-**Session** Example: You can find the full example code at [Session 
Example](https://github.com/apache/iotdb/blob/master/iotdb-client/client-py/table_model_session_example.py).
+**Session** Example: You can find the full example code at [Session 
Example](https://github.com/apache/iotdb/blob/rc/2.0.1/iotdb-client/client-py/table_model_session_example.py).
 
-**Session Pool** Example: You can find the full example code at [SessionPool 
Example](https://github.com/apache/iotdb/blob/master/iotdb-client/client-py/table_model_session_pool_example.py).
+**Session Pool** Example: You can find the full example code at [SessionPool 
Example](https://github.com/apache/iotdb/blob/rc/2.0.1/iotdb-client/client-py/table_model_session_pool_example.py).
 
 Here is an excerpt of the sample code:
 
diff --git a/src/UserGuide/latest-Table/API/Programming-Python-Native-API.md 
b/src/UserGuide/latest-Table/API/Programming-Python-Native-API.md
index a1610922..990cf898 100644
--- a/src/UserGuide/latest-Table/API/Programming-Python-Native-API.md
+++ b/src/UserGuide/latest-Table/API/Programming-Python-Native-API.md
@@ -27,7 +27,7 @@ IoTDB provides a Python native client driver and a session 
pool management mecha
 To use the IoTDB Python API, install the required package using pip:
 
 ```Java
-pip3 install apache-iotdb
+pip3 install apache-iotdb==2.0.1b0
 ```
 
 ## 2. Read and Write Operations
diff --git a/src/zh/UserGuide/Master/Table/API/Programming-Python-Native-API.md 
b/src/zh/UserGuide/Master/Table/API/Programming-Python-Native-API.md
index 124bba16..de3944b3 100644
--- a/src/zh/UserGuide/Master/Table/API/Programming-Python-Native-API.md
+++ b/src/zh/UserGuide/Master/Table/API/Programming-Python-Native-API.md
@@ -26,7 +26,7 @@
 安装依赖包:
 
 ```Java
-pip3 install apache-iotdb
+pip3 install apache-iotdb==2.0.1b0
 ```
 
 ## 2. 读写操作
@@ -289,9 +289,9 @@ class TableSessionPoolConfig(object):
 
 ## 4. 示例代码
 
-Session示例代码:[Session 
Example](https://github.com/apache/iotdb/blob/master/iotdb-client/client-py/table_model_session_example.py)
+Session示例代码:[Session 
Example](https://github.com/apache/iotdb/blob/rc/2.0.1/iotdb-client/client-py/table_model_session_example.py)
 
-SessionPool示例代码:[SessionPool 
Example](https://github.com/apache/iotdb/blob/master/iotdb-client/client-py/table_model_session_pool_example.py)
+SessionPool示例代码:[SessionPool 
Example](https://github.com/apache/iotdb/blob/rc/2.0.1/iotdb-client/client-py/table_model_session_pool_example.py)
 
 ```Java
 # Licensed to the Apache Software Foundation (ASF) under one
diff --git a/src/zh/UserGuide/latest-Table/API/Programming-Python-Native-API.md 
b/src/zh/UserGuide/latest-Table/API/Programming-Python-Native-API.md
index 9638c06e..de3944b3 100644
--- a/src/zh/UserGuide/latest-Table/API/Programming-Python-Native-API.md
+++ b/src/zh/UserGuide/latest-Table/API/Programming-Python-Native-API.md
@@ -26,7 +26,7 @@
 安装依赖包:
 
 ```Java
-pip3 install apache-iotdb
+pip3 install apache-iotdb==2.0.1b0
 ```
 
 ## 2. 读写操作

Reply via email to