From 7d045947a4f7b62eaaf71fd7264bc7655f2220b2 Mon Sep 17 00:00:00 2001 From: shiyabin <31621564+shiyabin@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:55:40 +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 f861f3365a..06290cc4b6 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 First, you need to install the `taospy` module version >= `2.3.3`. Run the command below in your terminal. -- GitLab