Here’s what I would install, especially if you want to use homebrew:
- XCode and the command line tools (as suggested by @7stud, @kjti)
- Install homebrew
brew install mysql-connector-c
pip install mysql-python
Here’s what I would install, especially if you want to use homebrew:
brew install mysql-connector-c
pip install mysql-python