未验证 提交 72a84c78 编写于 作者: H Hui Li 提交者: GitHub

Merge pull request #9646 from wu-champion/doc/TD-12532

[TD-12532] <fix> (other):Modify the operation steps of installing third-party libraries when using the test framework
......@@ -8,10 +8,9 @@
3. mkdir debug; cd debug; cmake ..; make ; sudo make install
4. pip install ../src/connector/python ; pip3 install
../src/connector/python
4. cd ../tests && pip3 install -r requirements.txt
5. pip install numpy; pip3 install numpy fabric2 psutil pandas(numpy is required only if you need to run querySort.py)
> Note: Both Python2 and Python3 are currently supported by the Python test
> framework. Since Python2 is no longer officially supported by Python Software
......
../src/connector/python
numpy
fabric2
psutil
pandas
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册