Permalink
Browse files

README updated

  • Loading branch information...
1 parent 8fa7c43 commit f2fb6a33760e6ba25bf603c1ef9abb3f7cadec4f @wang502 committed May 13, 2016
Showing with 2 additions and 2 deletions.
  1. +2 −2 README.md
View
@@ -1,7 +1,7 @@
#Slack-SQL
![screenshot](http://g.recordit.co/bpXw88G5hz.gif)
-## Install PostGreSQL using pip
+## Install PyGreSQL using pip
The query execution is based on PostgreSQL's python library -- [PyGreSQL](http://www.pygresql.org/), it needs to be installed on the server first.
@@ -19,7 +19,7 @@ The query execution is based on PostgreSQL's python library -- [PyGreSQL](http:/
$pip install PyGreSQL
```
-## Install PostgreSQL from source
+## Install PyGreSQL from source
go into PostgreSQL-5.0 folder, type the folowing commands
```
python setup.py build

0 comments on commit f2fb6a3

Please sign in to comment.