diff --git a/docs-en/05-develop/01-connect/01-python.md b/docs-en/05-develop/01-connect/01-python.md index 94b8be0c3203974042b01c12ca9c04099de14201..8be313cfcb04f1a9e78a1ee73d44b2ecb381d2a3 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.