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
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,19 @@
5
5
* Windows (x86/x64) 10
6
6
* Windows Server 2012+
7
7
8
-
Python is not installed by default on Windows. The latest Python installation package can be downloaded from [here](https://www.python.org/downloads/). When installing, select the 'Add Python to PATH' option. Python must be in the PATH environment variable.
9
-
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.
10
-
Once Python is installed and in the PATH environment variable, open a command prompt, and install mssql-cli using the below command.
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.
11
+
12
+
**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.
13
+
14
+
Once Python is installed and in the PATH environment variable, open a command prompt, and install mssql-cli using the below command.
11
15
12
16
## Installation via pip
13
17
```shell
14
18
C:\> pip install mssql-cli
15
19
```
16
-
or use the following command if you encounter a launcher error
20
+
Or, use the following command if you encounter a launcher error:
0 commit comments