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.