From a0b30bb3aeadbdac22b0c176631314d2dfa4897a Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sat, 4 Apr 2020 03:08:39 +0200 Subject: [PATCH] Fix Flame's irk with code blocks in windows install guide (#3722) * Update install_windows.rst * God, I'm an idiot --- docs/install_windows.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/install_windows.rst b/docs/install_windows.rst index 0b902db75..3b14140a4 100644 --- a/docs/install_windows.rst +++ b/docs/install_windows.rst @@ -85,11 +85,15 @@ Start with opening a command prompt (open Start, search for "command prompt", th These commands will not work in PowerShell - you have to use command prompt as said above. -Then create your virtual environment with the following command:: +Then create your virtual environment with the following command + +.. code-block:: none py -3.8 -m venv "%userprofile%\redenv" -And activate it with the following command:: +And activate it with the following command + +.. code-block:: none "%userprofile%\redenv\Scripts\activate.bat"