Skip to content

Commit

Permalink
add update to venv
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <asraa@google.com>
  • Loading branch information
asraa committed Jun 10, 2022
1 parent 72f6bb0 commit 55eef1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TESTING.md
Expand Up @@ -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
Expand Down

0 comments on commit 55eef1d

Please sign in to comment.