[TD-4803]<doc>: fix repo name in python connector README (#6559)
This commit is contained in:
parent
d78fea6d2c
commit
1ecdcf8e45
|
@ -5,12 +5,13 @@
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```sh
|
```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
|
## 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
|
## License - AGPL
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue