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:
Zach Shepherd 2017-04-03 14:33:41 -07:00
parent e194e0dd5f
commit c1cb762b32

View file

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