setup_docs: Put activation command in a code block for WSL.

This commit puts the activation command in a code block
instead of an inline code snippet.
This commit is contained in:
apoorvapendse
2024-12-18 07:17:28 +05:30
committed by Tim Abbott
parent 3a33060891
commit d37f6c56be

View File

@@ -665,8 +665,12 @@ close your terminal window(s).
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
environment was properly activated (you will see `(zulip-py3-venv)`). If the
`(zulip-py3-venv)` part is missing, run
`source /srv/zulip-py3-venv/bin/activate`.
`(zulip-py3-venv)` part is missing, run:
```console
$ source /srv/zulip-py3-venv/bin/activate
```
:::
:::{tab-item} Windows (VM)