Skip to content

Commit 10d89b2

Browse files
committed
Update README.md
1 parent 4b9413e commit 10d89b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ Install dependencies:
3333
```
3434
$ pip install --user Flask
3535
$ 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
3641
```
3742

3843
Set up MySQL database, use -u -p flags to provide username and password:

0 commit comments

Comments
 (0)