mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
docs: clarify when venv needs to be re-setup
When dependencies change or a new plugin is introduced, the venv needs to be re-created. Partially addresses issue #4368.
This commit is contained in:
parent
e194e0dd5f
commit
c1cb762b32
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ If you're on macOS, we recommend you skip the rest of this section and instead
|
|||
run Certbot in Docker. You can find instructions for how to do this :ref:`here
|
||||
<docker>`. If you're running on Linux, you can run the following commands to
|
||||
install dependencies and set up a virtual environment where you can run
|
||||
Certbot. You only need to do this once.
|
||||
Certbot. You will need to repeat this when Certbot's dependencies change or when
|
||||
a new plugin is introduced.
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue