Mysql
 sql >> Database >  >> RDS >> Mysql

Installazione di MySQL Python su Mac OS X

Ecco cosa installerei, soprattutto se vuoi usare homebrew :

  • XCode e gli strumenti da riga di comando (come suggerito da @7stud, @kjti)
  • Installa homebrew
  • brew install mysql-connector-c
  • pip install mysql-python