setup_docs: Fix wording for WSL2 python environment.

This is valid because the WSL2 python environment
has to be always activated manually.
This commit is contained in:
apoorvapendse
2024-12-18 07:19:06 +05:30
committed by Tim Abbott
parent d37f6c56be
commit 852fc42317

View File

@@ -664,7 +664,7 @@ close your terminal window(s).
On Windows with WSL 2, to resume developing you just need to open a new Git On Windows with WSL 2, to resume developing you just need to open a new Git
BASH window. Then change into your `zulip` folder and verify the Python BASH window. Then change into your `zulip` folder and verify the Python
environment was properly activated (you will see `(zulip-py3-venv)`). If the environment was properly activated (you should see `(zulip-py3-venv)`). If the
`(zulip-py3-venv)` part is missing, run: `(zulip-py3-venv)` part is missing, run:
```console ```console