[v2,11/12] CI: Update avocado install documentation

Message ID 20230303144727.481716-12-amikan@ilbers.de
State Accepted, archived
Headers show
Series Next avocado improvements​ | expand

Commit Message

Anton Mikanovich March 3, 2023, 2:47 p.m. UTC
Align preferred install steps with current ci_build.sh state.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 testsuite/README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Patch

diff --git a/testsuite/README.md b/testsuite/README.md
index c9d5862..570ead9 100644
--- a/testsuite/README.md
+++ b/testsuite/README.md
@@ -7,7 +7,12 @@  The framework could be installed by using standard HOWTO:
 ## For Debian (tested on Debian 11.x)
 
 ```
-$ pip install avocado-framework==99.0
+$ sudo apt-get update -qq
+$ sudo apt-get install -y virtualenv
+$ rm -rf /tmp/avocado_venv
+$ virtualenv --python python3 /tmp/avocado_venv
+$ source /tmp/avocado_venv/bin/activate
+$ pip install avocado-framework==100.1
 ```
 
 # Run test