瀏覽代碼

update README.md

ChangkeYang 7 年之前
父節點
當前提交
cde858ea88
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -143,8 +143,7 @@
 
 
 ### Switch Database to mysql [Doc](https://docs.djangoproject.com/en/1.11/ref/databases/)
-    pip install mysqlclient
-
+    pip install PyMySQL==0.7.9
     #edit settings
     import pymysql; 
     pymysql.install_as_MySQLdb()