From 81e31b2effb3d936a9b98b2f1944c2e9c35e2011 Mon Sep 17 00:00:00 2001 From: Ardi Nusawan Date: Thu, 26 Jan 2017 14:50:45 +0700 Subject: [PATCH 1/2] adding requirement for Mac OS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 429770f8..573d90a0 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ On Windows, there are binary wheel you can install without MySQLConnector/C or M `sudo yum install python3-devel ` # Red Hat / CentOS +`brew install mysql-connector-c` # Mac OS ### Install from PyPI From 2527f265e5ba1598012411623d2099199b3c8bd0 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Thu, 26 Jan 2017 17:36:41 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 573d90a0..60ec4ea5 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ On Windows, there are binary wheel you can install without MySQLConnector/C or M `sudo yum install python3-devel ` # Red Hat / CentOS -`brew install mysql-connector-c` # Mac OS +`brew install mysql-connector-c` # macOS (Homebrew) ### Install from PyPI