diff --git a/docs-en/05-develop/01-connect/01-python.md b/docs-en/05-develop/01-connect/01-python.md index 4e7e7d8f3d3bb310180338b1d84423161f521445..3f6b40ba33359dd6e097e648604e256a42723f69 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 a01fd50fef138a4507eb5792b77e487eabfe6945..aea7fe62885c0b93c5eaef772002dc495da14ce7 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' } ``` +