Эх сурвалжийг харах

instal pymysql for python

Patrick Falls 12 жил өмнө
parent
commit
0e20d824f4
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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 + "/pip install --upgrade numpy==1.7.1")
     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'")
 
     #