commit | 95a0478a36da253f2a27b1c17f8d16d4b34baa63 | [log] [tgz] |
---|---|---|
author | Geoffrey Martin-Noble <gcmn@google.com> | Mon Oct 25 11:13:00 2021 -0700 |
committer | GitHub <noreply@github.com> | Mon Oct 25 11:13:00 2021 -0700 |
tree | 1fecdbae1e2a663bc1a587f98fef178966334861 | |
parent | b2f6fb10e4be7e02d6a43f22e8e6d45da563da3d [diff] |
[docs] Don't imply that venv should be closed immediately
diff --git a/docs/website/docs/building-from-source/optional-features.md b/docs/website/docs/building-from-source/optional-features.md index 216f63e..b294586 100644 --- a/docs/website/docs/building-from-source/optional-features.md +++ b/docs/website/docs/building-from-source/optional-features.md
@@ -79,7 +79,8 @@ python -m pip install -r bindings\python\build_requirements.txt ``` -When done, close your shell or run `deactivate`. +When you are done with the venv, you can close it by closing your shell +or running `deactivate`. ### Usage