From 02f8e2ee8b5e7a1f3ab8d0fd14dd842ea8a221ff Mon Sep 17 00:00:00 2001 From: dingbo Date: Fri, 10 Jun 2022 19:26:42 +0800 Subject: [PATCH] docs: python --- docs-en/05-develop/01-connect/01-python.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs-en/05-develop/01-connect/01-python.md b/docs-en/05-develop/01-connect/01-python.md index 3f6b40ba33..efbcc1ff75 100644 --- a/docs-en/05-develop/01-connect/01-python.md +++ b/docs-en/05-develop/01-connect/01-python.md @@ -16,6 +16,7 @@ First, you need to install the `taospy` module version >= `2.3.3`. Run the comma ``` pip3 install taospy>=2.3.3 ``` +You'll need to have Python3 installed. @@ -27,9 +28,6 @@ conda install taospy=2.3.3 - -You'll need to have Python3 installed. - ## Config Run this command in your terminal to save TDengine cloud token as variables: -- GitLab