Skip to content

Commit 4f9c505

Browse files
committed
add install command for python3-dev
adding require commands for installing python3 development package on Ubuntu and CentOs .
1 parent 665f188 commit 4f9c505

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ You may need to install the Python and MySQL development headers and libraries l
1919

2020
On Windows, there are binary wheel you can install without MySQLConnector/C or MSVC.
2121

22+
#### Note on Python 3 : if you are using python3 then you need to install python3-dev using the following command :
23+
24+
`sudo apt-get install python3-dev` # debian / Ubuntu
25+
26+
`sudo yum install python3-devel ` # Red Hat / CentOS
27+
2228

2329
### Install from PyPI
2430

0 commit comments

Comments
 (0)