From d8c79e786bf451a849c1874553c7d7849985d204 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Sun, 31 May 2020 14:31:42 +0800 Subject: [PATCH] change document correspondingly. --- tests/How-To-Run-Test-And-How-To-Add-New-Test-Case.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 b285fe8155..3477fe9152 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 @@ -8,8 +8,8 @@ 3. mkdir debug; cd debug; cmake ..; make ; sudo make install -4. pip install src/connector/python/linux/python2 ; pip3 install - src/connector/python/linux/python3 +4. pip install ../src/connector/python/linux/python2 ; pip3 install + ../src/connector/python/linux/python3 > Note: Both Python2 and Python3 are currently supported by the Python test > framework. Since Python2 is no longer officially supported by Python Software -- GitLab