Skip to content

Commit

Permalink
Update POPULATE_DB.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chirathr authored Feb 20, 2018
1 parent 46a9f02 commit 9364b28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/POPULATE_DB.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
$ sudo apt install mysql-server
```

If you are running Python3

```bash
$ pip3 install mysqlclient
```

For python2

```bash
$ pip install MySQL-python
```
Expand Down

0 comments on commit 9364b28

Please sign in to comment.