Installation

Install Aiomysql-Core with pip

pip install aiomysql-core

The development version can be downloaded from its page at GitHub.

git clone https://github.com/linzhiming0826/aiomysql-core.git
cd aiomysql-core
python setup.py develop

Aiomysql-Core has the following dependencies (which will be automatically installed if you use pip):

Aiomysql-Core requires Python version 3.6 or greater