From 2541d68b83e92c9f78a1daa79e73e83d288a0b9f Mon Sep 17 00:00:00 2001 From: Abhisman Date: Fri, 30 Sep 2022 16:34:16 +0530 Subject: [PATCH] docs: fix broken link (#405) Signed-off-by: Abhisman --- docs/TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TESTING.md b/docs/TESTING.md index fd755365..5549853c 100644 --- a/docs/TESTING.md +++ b/docs/TESTING.md @@ -1,6 +1,6 @@ # Testing -The [Python interoperability tests](client/python_interop/) require Python 3 +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 versions 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: