From 3daa1ea82ae9e3ca43c908a9b45d66b7d7c63c7b Mon Sep 17 00:00:00 2001 From: shiyabin <31621564+shiyabin@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:35:56 +0800 Subject: [PATCH] Update 01-python.md --- docs-en/05-develop/01-connect/01-python.md | 2 +- 1 file changed, 1 insertion(+), 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 8be313cfcb..f861f3365a 100644 --- a/docs-en/05-develop/01-connect/01-python.md +++ b/docs-en/05-develop/01-connect/01-python.md @@ -3,7 +3,7 @@ sidebar_label: Python title: Connect with Python Connector --- -## Install Connector{#install} +## Install Connector {#install} First, you need to install the `taospy` module version >= `2.3.3`. Run the command below in your terminal. -- GitLab