docs: fix connector python install version 3.0 (#20575)
* docs: this line is inaccurate, in current connector-python repo, it require python >= 3.6.2 because there is a dependence iso8601 * docs: append websocket doc for python connector * docs: fix tabitem --------- Co-authored-by: Adam Ji <jrgwyz@163.com>
This commit is contained in:
parent
d0b481b522
commit
87f15ac259
|
@ -124,6 +124,7 @@ For WebSocket connection, verifying that the `taosws` module can be imported suc
|
||||||
import taosws
|
import taosws
|
||||||
```
|
```
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
Loading…
Reference in New Issue