From cf0e4ccdf24c8d3f292b3702743bc45841d81fe3 Mon Sep 17 00:00:00 2001 From: WANG Xu Date: Sat, 22 Mar 2025 11:36:49 +0800 Subject: [PATCH] docs: update README.md and add venv suggestion Signed-off-by: WANG Xu --- README.md | 4 ++++ tests/README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 4da7730bae..0a52daafab 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ brew install argp-standalone gflags pkgconfig ## 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 ## 4.3 Build on Windows + Not available for community edition. # 5. Packaging @@ -243,6 +245,7 @@ sudo make install ## 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 diff --git a/tests/README.md b/tests/README.md index b3906b8ae9..7c5e37e796 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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