diff --git a/docs/en/05-develop/01-connect/01-python.md b/docs/en/05-develop/01-connect/01-python.md index cfc91e4146ec188069e222fcfd228a6691f0fa01..f01407a3c4ead99fa915ff468268e35157fec8be 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 ```