docs: update README.md and add venv suggestion
Signed-off-by: WANG Xu <feici02@outlook.com>
This commit is contained in:
parent
7a288ed388
commit
cf0e4ccdf2
|
@ -126,6 +126,7 @@ brew install argp-standalone gflags pkgconfig
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## 3.3 Prerequisites on Windows
|
## 3.3 Prerequisites on Windows
|
||||||
|
|
||||||
Not available for community edition.
|
Not available for community edition.
|
||||||
|
|
||||||
## 3.4 Clone the repo
|
## 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>
|
</details>
|
||||||
|
|
||||||
## 4.3 Build on Windows
|
## 4.3 Build on Windows
|
||||||
|
|
||||||
Not available for community edition.
|
Not available for community edition.
|
||||||
|
|
||||||
# 5. Packaging
|
# 5. Packaging
|
||||||
|
@ -243,6 +245,7 @@ sudo make install
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## 6.3 Install on Windows
|
## 6.3 Install on Windows
|
||||||
|
|
||||||
Not available for community edition.
|
Not available for community edition.
|
||||||
|
|
||||||
# 7. Running
|
# 7. Running
|
||||||
|
@ -307,6 +310,7 @@ If TDengine CLI connects the server successfully, welcome messages and version i
|
||||||
|
|
||||||
|
|
||||||
## 7.3 Run TDengine on Windows
|
## 7.3 Run TDengine on Windows
|
||||||
|
|
||||||
Not available for community edition.
|
Not available for community edition.
|
||||||
|
|
||||||
# 8. Testing
|
# 8. Testing
|
||||||
|
|
|
@ -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+.
|
> - [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 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.
|
> - 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
|
# 2. Prerequisites
|
||||||
|
|
Loading…
Reference in New Issue