:: Description :: A fast MySQL driver written in pure C/C++ for gevent or normal Python I/O :: Requirements :: Requires Python (http://www.python.org) and optionally gevent (http://www.gevent.org). :: Installation :: For "normal" Python with blocking and without gevent: python setup_cpython.py install For Python with gevent: python setup_gevent.py install