From 1688b5a396037c79b4bed3b6cd877ba9aa3ce9a5 Mon Sep 17 00:00:00 2001 From: Ping Xiao Date: Mon, 15 Jun 2020 13:40:18 +0800 Subject: [PATCH] [TD-641]: Update documentation for running python test cases --- tests/How-To-Run-Test-And-How-To-Add-New-Test-Case.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/How-To-Run-Test-And-How-To-Add-New-Test-Case.md b/tests/How-To-Run-Test-And-How-To-Add-New-Test-Case.md index 3477fe9152..b6859827bf 100644 --- a/tests/How-To-Run-Test-And-How-To-Add-New-Test-Case.md +++ b/tests/How-To-Run-Test-And-How-To-Add-New-Test-Case.md @@ -11,6 +11,8 @@ 4. pip install ../src/connector/python/linux/python2 ; pip3 install ../src/connector/python/linux/python3 +5. pip install numpy; pip3 install numpy + > Note: Both Python2 and Python3 are currently supported by the Python test > framework. Since Python2 is no longer officially supported by Python Software > Foundation since January 1, 2020, it is recommended that subsequent test case -- GitLab