You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/installation/windows.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@
6
6
* Windows Server 2012+
7
7
8
8
Python is required for installation of mssql-cli and is not installed by default on Windows. To install Python, follow these instructions:
9
-
1. The latest Python installation package can be downloaded from [here](https://www.python.org/downloads/).
10
-
2. During installation, select the **Add Python to PATH** option. Python must be in the PATH environment variable.
9
+
1. Install the latest Python package from [here](https://www.python.org/downloads/).
10
+
2. Select **Add Python [Version] to PATH** option before installation. Python must be in the PATH environment variable.
11
+
3. Install Python.
11
12
12
13
**Note:** If Python was installed into the "Program Files" directory, you may need to open the command prompt as an administrator for the above command to succeed.
0 commit comments