From d71d3a11448f875d508086c79890db498cc4192a Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 23 Apr 2020 14:27:05 -0700 Subject: [PATCH] dont use venv.py (#7936) --- certbot/docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/docs/contributing.rst b/certbot/docs/contributing.rst index c138e4f46..73e681150 100644 --- a/certbot/docs/contributing.rst +++ b/certbot/docs/contributing.rst @@ -168,7 +168,7 @@ To do so you need: - Docker installed, and a user with access to the Docker client, - an available `local copy`_ of Certbot. -The virtual environment set up with `python tools/venv.py` contains two commands +The virtual environment set up with `python tools/venv3.py` contains two commands that can be used once the virtual environment is activated: .. code-block:: shell