[EGD-6196] Replace venv command in harness readme Replaced to avoid usage of python2
1 files changed, 1 insertions(+), 2 deletions(-) M test/README.md
M test/README.md => test/README.md +1 -2
@@ 106,8 106,7 @@ To execute pyTest test cases make sure that you have installed the `pyTest` pack recommended to execute those tests in a virtual environment (eg. in `test` dir): ```shell script pip3 install virtualenv virtualenv -p python3 test_env python3 -m venv test_venv source test_env/bin/activate pip3 install -r requirements.txt ```