Browse Source

instal pymysql for python

Patrick Falls 12 years ago
parent
commit
0e20d824f4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      installer.py

+ 1 - 0
installer.py

@@ -79,6 +79,7 @@ class Installer:
     self.__run_command(python_bin + "/python setup.py install", cwd="psycopg2-2.5")
     self.__run_command(python_bin + "/python setup.py install", cwd="psycopg2-2.5")
     self.__run_command(python_bin + "/pip install --upgrade numpy==1.7.1")
     self.__run_command(python_bin + "/pip install --upgrade numpy==1.7.1")
     self.__run_command(pypy_bin + "/pip install PyMySQL==0.5")
     self.__run_command(pypy_bin + "/pip install PyMySQL==0.5")
+    self.__run_command(python_bin + "/pip install PyMySQL==0.5")
     self.__run_command(python_bin + "/easy_install -U 'ujson==1.30'")
     self.__run_command(python_bin + "/easy_install -U 'ujson==1.30'")
 
 
     #
     #