From 4f9c5051ffa7a8aafb9639561b80ae1eb2219d3d Mon Sep 17 00:00:00 2001 From: MahdiZareie Date: Sun, 14 Jun 2015 03:11:18 +0430 Subject: [PATCH] add install command for python3-dev adding require commands for installing python3 development package on Ubuntu and CentOs . --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9f7659a..801d47a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ You may need to install the Python and MySQL development headers and libraries l On Windows, there are binary wheel you can install without MySQLConnector/C or MSVC. +#### Note on Python 3 : if you are using python3 then you need to install python3-dev using the following command : + +`sudo apt-get install python3-dev` # debian / Ubuntu + +`sudo yum install python3-devel ` # Red Hat / CentOS + ### Install from PyPI