mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
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:
parent
60e954634d
commit
a0b30bb3ae
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user