Skip to content

Commit 7cdc81e

Browse files
authored
Update README.md (#90)
This pull request updates the installation instructions in the `README.md` file to provide platform-specific guidance for Windows and MacOS users. Documentation improvements: * [`README.md`](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L14-R23): Added separate installation instructions for Windows and MacOS, including a prerequisite step for MacOS users to install OpenSSL before using `pip` to install `mssql-python`.
1 parent b587be7 commit 7cdc81e

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,16 @@ The driver is compatible with all the Python versions >= 3.10
1111
>
1212
## Installation
1313

14-
mssql-python can be installed with [pip](http://pypi.python.org/pypi/pip)
14+
**Windows:** mssql-python can be installed with [pip](http://pypi.python.org/pypi/pip)
1515
```bash
1616
pip install mssql-python
1717
```
18+
**MacOS:** mssql-python can be installed with [pip](http://pypi.python.org/pypi/pip)
19+
```bash
20+
brew install openssl
21+
pip install mssql-python
22+
```
23+
1824
## Key Features
1925
### Supported Platforms
2026

@@ -103,4 +109,4 @@ This project may contain trademarks or logos for projects, products, or services
103109
trademarks or logos is subject to and must follow
104110
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
105111
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
106-
Any use of third-party trademarks or logos are subject to those third-party's policies.
112+
Any use of third-party trademarks or logos are subject to those third-party's policies.

0 commit comments

Comments
 (0)