From 2f039d02eb66ed105c68bad962daa010e2abed18 Mon Sep 17 00:00:00 2001 From: Mark Cottman-Fields Date: Sun, 20 Aug 2023 16:27:26 +1000 Subject: [PATCH] docs: use a new terminal for testing --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bdfd49d..14283b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,7 +107,8 @@ Then create a new virtual environment, install the dependencies from the main Py Make sure to install the dependencies from the main PyPI, as the packages on Test PyPI are not the same. ```bash -deactivate +# in a new terminal +cd leaf-focus rm -rf .venv-test python -m venv .venv-test source .venv-test/bin/activate