Skip to content

Latest commit

 

History

History
executable file
·
15 lines (7 loc) · 334 Bytes

README.md

File metadata and controls

executable file
·
15 lines (7 loc) · 334 Bytes

install python 3.6:

yum install gcc bzip2-devel libffi-devel openssl-devel

./configure --enable-optimizations

make altinstall is used to prevent replacing the default python binary file /usr/bin/python

make altinstall

install libraries:

pip3.6 install MySQL-connector-python numpy mysql-connector psutil xlsxwriter