From 55eef1d2b41c49c50860ed24017ccc1fc184dca9 Mon Sep 17 00:00:00 2001 From: Asra Ali Date: Fri, 10 Jun 2022 08:51:29 -0500 Subject: [PATCH] add update to venv Signed-off-by: Asra Ali --- docs/TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TESTING.md b/docs/TESTING.md index 1e95eedb..3bcc2b38 100644 --- a/docs/TESTING.md +++ b/docs/TESTING.md @@ -2,7 +2,7 @@ The [Python interoperability tests](client/python_interop/) require Python 3 (available as `python` on the `$PATH`) and the [`python-tuf` -package](https://github.com/theupdateframework/python-tuf) installed. To use the correct vesions of the packages, it is recommended to use a virtual environment and install the dependencies via: +package](https://github.com/theupdateframework/python-tuf) installed. To use the correct vesions of the packages, it is recommended to use a [virtual environment](https://docs.python.org/3/library/venv.html#module-venv) and install the dependencies via: ``` python -m pip install --upgrade -r requirements-test.txt