From 2d410e47b78801b81f27b8d1576799241a7f0876 Mon Sep 17 00:00:00 2001 From: dingbo Date: Tue, 14 Jun 2022 12:05:52 +0800 Subject: [PATCH] docs: update connect python --- 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 cfc91e4146..f01407a3c4 100644 --- a/docs/en/05-develop/01-connect/01-python.md +++ b/docs/en/05-develop/01-connect/01-python.md @@ -14,7 +14,7 @@ First, you need to install the `taospy` module version >= `2.3.3`. Run the comma ``` -pip3 install taospy>=2.3.3 +pip3 install -U taospy ``` You'll need to have Python3 installed. @@ -22,7 +22,7 @@ You'll need to have Python3 installed. ``` -conda install taospy=2.3.3 +conda install -c conda-forge taospy ``` -- GitLab