From 613a464ba39aee4f452b010a7a6a620f2cdfc5b6 Mon Sep 17 00:00:00 2001 From: dingbo Date: Fri, 10 Jun 2022 19:25:03 +0800 Subject: [PATCH] docs: python and java --- docs-en/05-develop/01-connect/01-python.md | 6 +++++- docs-en/05-develop/01-connect/02-java.md | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs-en/05-develop/01-connect/01-python.md b/docs-en/05-develop/01-connect/01-python.md index 4e7e7d8f3d..3f6b40ba33 100644 --- a/docs-en/05-develop/01-connect/01-python.md +++ b/docs-en/05-develop/01-connect/01-python.md @@ -12,14 +12,18 @@ First, you need to install the `taospy` module version >= `2.3.3`. Run the comma + ``` pip3 install taospy>=2.3.3 ``` + - + + ``` conda install taospy=2.3.3 ``` + diff --git a/docs-en/05-develop/01-connect/02-java.md b/docs-en/05-develop/01-connect/02-java.md index a01fd50fef..aea7fe6288 100644 --- a/docs-en/05-develop/01-connect/02-java.md +++ b/docs-en/05-develop/01-connect/02-java.md @@ -10,6 +10,7 @@ import TabItem from '@theme/TabItem'; + ```xml com.taosdata.jdbc @@ -17,13 +18,16 @@ import TabItem from '@theme/TabItem'; 2.0.39 ``` + + ```groovy dependencies { implementation 'com.taosdata.jdbc:taos-jdbcdriver:2.0.39' } ``` + -- GitLab