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 b285fe815596a55d8e6689aeab1401f4388e94ec..3477fe9152af7e0744f18382f1637c7969cb823c 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