Skip to content

Commit 840eec7

Browse files
authored
added postgresql install directions
1 parent e49d3b6 commit 840eec7

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,21 @@ Linux:
105105
$ sudo apt-get install redis-server
106106
```
107107

108+
You will also need to install PostgresQL
109+
110+
Mac (using homebrew):
111+
112+
```
113+
brew install postgresql
114+
```
115+
116+
Linux (based on this [issue](https://github.com/hack4impact/flask-base/issues/96)):
117+
118+
```
119+
sudo apt-get install libpq-dev
120+
```
121+
122+
108123
##### Create the database
109124

110125
```

0 commit comments

Comments
 (0)