From 107c9d43faf679b393d917ea77722ed8f66b9b08 Mon Sep 17 00:00:00 2001 From: Sumit Sarabhai Date: Thu, 19 Jun 2025 20:06:23 +0530 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 947c5d3ef..8235b952f 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,16 @@ The driver is compatible with all the Python versions >= 3.10 > ## Installation -mssql-python can be installed with [pip](http://pypi.python.org/pypi/pip) +**Windows:** mssql-python can be installed with [pip](http://pypi.python.org/pypi/pip) ```bash pip install mssql-python ``` +**MacOS:** mssql-python can be installed with [pip](http://pypi.python.org/pypi/pip) +```bash +brew install openssl +pip install mssql-python +``` + ## Key Features ### Supported Platforms @@ -103,4 +109,4 @@ This project may contain trademarks or logos for projects, products, or services trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. -Any use of third-party trademarks or logos are subject to those third-party's policies. \ No newline at end of file +Any use of third-party trademarks or logos are subject to those third-party's policies.