From efa1d6d38e4c56c03c5d5c6da7d8449e3a28367b Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Fri, 23 Oct 2015 17:27:55 -0700 Subject: [PATCH] Reintroduce a bit more verbosity about virtualenv? --- docs/contributing.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 118906c0c..7859e14bc 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -35,8 +35,10 @@ client by typing: letsencrypt Activating a shell in this way makes it easier to run unit tests -with ``tox`` and integration tests, as described below. +with ``tox`` and integration tests, as described below. To reverse this, you +can type ``deactivate``. More information can be found in the `virtualenv docs`_. +.. _`virtualenv docs`: https://virtualenv.pypa.io Find issues to work on ----------------------