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:
Shuduo Sang 2023-03-21 19:05:33 +08:00 committed by GitHub
parent d0b481b522
commit 87f15ac259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ For WebSocket connection, verifying that the `taosws` module can be imported suc
import taosws
```
</TabItem>
</Tabs>
:::tip