From 85dc59b12d383e2f15cf3fe8acaf76d9f17a2cd0 Mon Sep 17 00:00:00 2001 From: shiyabin <31621564+shiyabin@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:34:32 +0800 Subject: [PATCH] Update 01-python.md --- docs-en/05-develop/01-connect/01-python.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-en/05-develop/01-connect/01-python.md b/docs-en/05-develop/01-connect/01-python.md index 94b8be0c32..8be313cfcb 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 Connector{#install} First, you need to install the `taospy` module version >= `2.3.3`. Run the command below in your terminal. @@ -41,4 +41,4 @@ token = os.environ["TDENGINE_CLOUD_TOKEN"] conn = taosrest.connect(url=url, token=token) ``` -The client connection is then established. \ No newline at end of file +The client connection is then established. -- GitLab