From 5f0521d358f627c1384527664c50018e4c3ba60f Mon Sep 17 00:00:00 2001 From: fangpanpan <53251079+fangpanpan@users.noreply.github.com> Date: Mon, 9 Sep 2019 15:40:44 +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 42bca32948..dca735d6ec 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. -- GitLab