Hello
I'm trying to connect my Django project with the MySQL database.
So I tryied to download the MySQL-python package with the command:
pip install MySQL-python
but I'm having the error:
error: Unable to find vcvarsall.bat
Someone could help me find out what is happening.
And how can I get that package.