Skip to content

Commit 61dbe06

Browse files
Added images for windows steps
1 parent 4939138 commit 61dbe06

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed
47.9 KB
Loading
18.3 KB
Loading
47.2 KB
Loading
18.2 KB
Loading

short_courses/virtual_environments.ipynb

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,18 +174,20 @@
174174
"2. Typing **cmd** or **Command Prompt**\n",
175175
"3. Clicking on the **Command Prompt** icon.\n",
176176
"\n",
177-
"Alternatively, you may use **PowerShell** by typing **PowerShell** in the Start menu and selecting it.\n",
178177
"\n",
178+
"<img src=\"figures/virtual_environments/Command_Prompt.png\" alt=\"An image of the Windows Command Prompt Icon\" width=\"500\"/>\n",
179+
"\n",
180+
"Alternatively, you may use **PowerShell** by typing **PowerShell** in the Start menu and selecting it.\n",
179181
"\n",
180-
"------ Image of Command prompt Icon ---------\n",
182+
"<img src=\"figures/virtual_environments/Powershell.png\" alt=\"An image of the Windows PowerShell Icon\" width=\"500\"/>\n",
181183
"\n",
182-
"------ Image of Powershell Icon ---------\n",
184+
"When the Command Prompt is opened, you will see a window such as:\n",
183185
"\n",
184-
"When the Command Prompt (or PowerShell) is opened, you will see a window such as:\n",
186+
"<img src=\"figures/virtual_environments/Command_Prompt_Terminal.png\" alt=\"An image of the Windows Command Prompt Icon\" width=\"500\"/>\n",
185187
"\n",
186-
"------ Image of Command prompt ---------\n",
188+
"or if you are using PowerShell then you will see:\n",
187189
"\n",
188-
"------ Image of Powershell ---------\n",
190+
"<img src=\"figures/virtual_environments/Powershell_Terminal.png\" alt=\"An image of the Windows PowerShell Terminal\" width=\"500\"/>\n",
189191
"\n",
190192
"\n",
191193
"#### Verifying Python Installation \n",

0 commit comments

Comments
 (0)