diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index 4c7795ad801964..7e8ae4a85f8af7 100644 --- a/Doc/using/venv-create.inc +++ b/Doc/using/venv-create.inc @@ -87,7 +87,8 @@ path. Once a virtual environment has been created, it can be "activated" using a script in the virtual environment's binary directory. The invocation of the -script is platform-specific: +script is platform-specific (`` must be replaced by the path of the +directory containing the virtual environment): +-------------+-----------------+-----------------------------------------+ | Platform | Shell | Command to activate virtual environment |