mysqlclient¶
Python interface to MySQL
| Home | https://github.com/PyMySQL/mysqlclient-python |
| Versions | 1.3.7 |
| License | GNU General Public License (GPL) |
| Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/mysqlclient |
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install mysqlclient
and update with:
conda update mysqlclient