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
mssql-cli is an interactive command-line tool for querying SQL Server, install it on Windows, macOS, or Linux.
20
+
mssql-cli is an interactive command-line tool for querying SQL Server and runs on Windows, macOS, or Linux.
21
21
22
22
## Install mssql-cli
23
23
24
-
For detailed installation instructions, see the [Installation Guide](https://github.com/dbcli/mssql-cli/tree/master/doc/installation), or if you know pip, install by running the following command:
24
+
For detailed installation instructions, see the [Installation Guide](https://github.com/dbcli/mssql-cli/tree/master/doc/installation). The most common install scenarios are summarized below.
25
+
26
+
### Windows and macOS Installation
27
+
28
+
mssql-cli is installed on Windows and macOS using `pip`:
25
29
26
30
```$ pip install mssql-cli```
27
31
32
+
For more detailed instructions, please see the [Installation Guide](https://github.com/dbcli/mssql-cli/tree/master/doc/installation).
33
+
34
+
### Linux Installation
35
+
36
+
After registering the Microsoft repository, mssql-cli can be installed and upgraded through package managers on several Linux distributions.
37
+
38
+
The following example applies to Ubuntu 18.04 (Bionic), more information and examples for other distributions can be found in the [Installation Guide](https://github.com/dbcli/mssql-cli/tree/master/doc/installation).
0 commit comments