Muestra las diferencias entre dos versiones de la página.
| Próxima revisión | Revisión previa | ||
|
wiki2:python:flask:sqlalchemy [2016/08/08 16:45] alfred creado |
wiki2:python:flask:sqlalchemy [2020/05/09 09:25] (actual) |
||
|---|---|---|---|
| Línea 4: | Línea 4: | ||
| <code> | <code> | ||
| $ apt-get install python-dev libmysqlclient-dev | $ apt-get install python-dev libmysqlclient-dev | ||
| - | $ pip install MySQL-python | + | $ pip install mysql-python |
| </code> | </code> | ||
| Then the connection string will be: | Then the connection string will be: | ||