docs: update README.md and add venv suggestion

Signed-off-by: WANG Xu <feici02@outlook.com>
This commit is contained in:
WANG Xu 2025-03-22 11:36:49 +08:00
parent 7a288ed388
commit cf0e4ccdf2
No known key found for this signature in database
GPG Key ID: 243B1A4F56B56F50
2 changed files with 5 additions and 0 deletions

View File

@ -126,6 +126,7 @@ brew install argp-standalone gflags pkgconfig
</details>
## 3.3 Prerequisites on Windows
Not available for community edition.
## 3.4 Clone the repo
@ -204,6 +205,7 @@ If you want to compile taosKeeper, you need to add the `-DBUILD_KEEPER=true` opt
</details>
## 4.3 Build on Windows
Not available for community edition.
# 5. Packaging
@ -243,6 +245,7 @@ sudo make install
</details>
## 6.3 Install on Windows
Not available for community edition.
# 7. Running
@ -307,6 +310,7 @@ If TDengine CLI connects the server successfully, welcome messages and version i
## 7.3 Run TDengine on Windows
Not available for community edition.
# 8. Testing

View File

@ -20,6 +20,7 @@ This manual is intended to give developers a comprehensive guidance to test TDen
> - [taos-connector-python](https://github.com/taosdata/taos-connector-python) is used by tests written in Python, which requires Python 3.7+.
> - The commands and steps described below are to run the tests on a single host.
> - The testing framework is currently compatible with Python versions 3.8 through 3.10.
> - Vitural Environment is advised when setting up the environment, pease refer to [venv](https://docs.python.org/3/library/venv.html) for details.
# 2. Prerequisites