From b25f827bd6151f7decb9e53bfdb4d5db6124ea06 Mon Sep 17 00:00:00 2001 From: Yicheng Hu <75612148+Jellal-HT@users.noreply.github.com> Date: Thu, 9 Sep 2021 00:18:32 -0600 Subject: [PATCH] fix issue #7838 --- documentation20/en/08.connector/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation20/en/08.connector/docs.md b/documentation20/en/08.connector/docs.md index 27d38a61f0..fd9d129e50 100644 --- a/documentation20/en/08.connector/docs.md +++ b/documentation20/en/08.connector/docs.md @@ -413,11 +413,11 @@ See [video tutorials](https://www.taosdata.com/blog/2020/11/11/1963.html) for th Users can find the connector package for python2 and python3 in the source code src/connector/python (or tar.gz/connector/python) folder. Users can install it through `pip` command: -`pip install src/connector/python/linux/python2/` +`pip install src/connector/python/` or - `pip3 install src/connector/python/linux/python3/` + `pip3 install src/connector/python/` #### Windows