提交 07a5129d 编写于 作者: C cpwu

[TD-12532] <fix> (other):Modify the operation steps of installing third-party...

[TD-12532] <fix> (other):Modify the operation steps of installing third-party libraries when using the test framework
上级 5ffa14b4
......@@ -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.
先完成此消息的编辑!
想要评论请 注册