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.
2 parents 9206f5d + 10d89b2 commit 7a9d3aeCopy full SHA for 7a9d3ae
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