Skip to content

Commit 44c1a0d

Browse files
committed
Updated the Windows installation instructions.
1 parent 4f4ab41 commit 44c1a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WINDOWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ If you're a Python developer, or if you're already using a "canned" Python distr
66

77
The below instructions install Jupyter and the Dyalog kernel inside a Python "virtual environment". This means that you can keep your Jupyter work separate from any other Python work, current or future. This is usually a good idea when working with Python.
88

9-
1. Download and install the [Dyalog interpreter](https://www.dyalog.com/download-zone.htm)
10-
2. Download, and run the official [Python installer](https://www.python.org/downloads/).
9+
1. Download and install the [Dyalog interpreter](https://www.dyalog.com/download-zone.htm).
10+
2. Download, and run the official [Python installer](https://www.python.org/downloads/). Ensure you select `Use admin privileges to install Python`, `Add python.exe to PATH`, and `Disable PATH limit`.
1111
3. Open a PowerShell terminal. Type the following steps into the terminal window.
1212
4. Create a virtual Python environment with a name of your choosing, for example
1313
```

0 commit comments

Comments
 (0)