From c226a2ed72daaf6ee37378c6957d40d37d3cde1f Mon Sep 17 00:00:00 2001 From: fangpanpan <53251079+fangpanpan@users.noreply.github.com> Date: Mon, 9 Sep 2019 15:41:16 +0800 Subject: [PATCH] Update Connector.md --- documentation/webdocs/markdowndocs/Connector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/webdocs/markdowndocs/Connector.md b/documentation/webdocs/markdowndocs/Connector.md index dca735d6ec..d4fadcf515 100644 --- a/documentation/webdocs/markdowndocs/Connector.md +++ b/documentation/webdocs/markdowndocs/Connector.md @@ -221,7 +221,7 @@ pip install src/connector/python/[linux|Windows]/python2/ or ``` -pip install src/connector/python/[linux|Windows]python3/ +pip install src/connector/python/[linux|Windows]/python3/ ``` If _pip_ command is not installed on the system, users can choose to install pip or just copy the _taos_ directory in the python client directory to the application directory to use.