We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9413e commit 10d89b2Copy full SHA for 10d89b2
README.md
@@ -33,6 +33,11 @@ Install dependencies:
33
```
34
$ pip install --user Flask
35
$ pip install --user MySQL-python
36
+# if you have some problems installing MySQL-python, probably you should install libmysqlclient-dev or/and python-dev:
37
+# sudo apt-get install libmysqlclient-dev
38
+# sudo apt-get install python-dev
39
+# Or you can just run:
40
+# sudo apt-get install python-mysqldb
41
42
43
Set up MySQL database, use -u -p flags to provide username and password:
0 commit comments