From b9e1054c3c837ec6186af46cd835f9e91a1df64b Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 24 Nov 2020 14:59:13 +0100 Subject: [PATCH] minor typo --- docs/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 1fd1408..4b94108 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -48,7 +48,7 @@ Virtualenv We recommend using a venv to work on/with the pEpPythonAdapter. There is a convenience make target that will create and activate a venv that already has the LD_LIBRARY_PATH or DYLD_LIBRARY_PATH set according to your ``local.conf``. -If the venv does not yet it will be created and activated. +If the venv does not exist yet it will be created and activated. If the venv already exists it will only be activated. ``make venv``