mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
dont use venv.py (#7936)
This commit is contained in:
parent
b06dacdfb5
commit
d71d3a1144
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue