[TD-4803]<doc>: fix repo name in python connector README (#6559)

This commit is contained in:
Linhe Huo 2021-06-21 11:24:52 +08:00 committed by GitHub
parent d78fea6d2c
commit 1ecdcf8e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -5,12 +5,13 @@
## Install
```sh
pip install git+https://github.com/taosdata/TDengine-connector-python
git clone --depth 1 https://github.com/taosdata/TDengine.git
pip install ./TDengine/src/connector/python
```
## Source Code
[TDengine] connector for Python source code is hosted on [GitHub](https://github.com/taosdata/TDengine-connector-python).
[TDengine] connector for Python source code is hosted on [GitHub](https://github.com/taosdata/TDengine/tree/develop/src/connector/python).
## License - AGPL