added instructions of installation from downloaded wheel

This commit is contained in:
Revanth 2017-03-12 02:38:18 +05:30
parent 020e8652bc
commit c5fff302f4
1 changed files with 5 additions and 1 deletions

View File

@ -39,4 +39,8 @@ 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).
Note: Few challenges noted during installation of mysql-python using pip, You can also try following steps to install from alternative source:
* download unofficial ``.whl`` format of MySQL-Python and Mysqlclient from [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python).
* open a console then cd to where you've downloaded your file
* run the command ``pip install filename.whl``
* In a scenario of pip.exe is not recognized, you may find it in the "Scripts" directory from where python has been installed