added reference to alternative resource of mysql-python

This commit is contained in:
Revanth 2017-03-12 00:49:15 +05:30
parent dd787f9f51
commit 8968780388
1 changed files with 1 additions and 0 deletions

View File

@ -39,3 +39,4 @@ Example:
```bash
nosetests my_first_test.py --with-selenium --with-db_reporting
```
Note: Few challenges noted during installation of mysql-python using pip, You can also download unofficial ``.whl`` format of MySQL-Python and Mysqlclient from [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python).