dont use venv.py (#7936)

This commit is contained in:
Brad Warren 2020-04-23 14:27:05 -07:00 committed by GitHub
parent b06dacdfb5
commit d71d3a1144
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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