I have installed Python version 3.4.0 and I would like to do a project with MySQL database. I downloaded and tried installing MySQL
Install pip:
apt-get install pip
For acess MySQL from Python, install:
pip3 install mysqlclient