Fix Flame's irk with code blocks in windows install guide (#3722)

* Update install_windows.rst

* God, I'm an idiot
This commit is contained in:
jack1142 2020-04-04 03:08:39 +02:00 committed by GitHub
parent 60e954634d
commit a0b30bb3ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"