Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Gueudelot committed Nov 29, 2016
1 parent cdc78f3 commit 3a1e9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
@@ -1,6 +1,6 @@

sudo apt install postgresql postgresql-contrib
sudo apt install postgresql-server-dev-9.5
sudo apt install postgresql-server-dev-9.5 # need for `pip install psycopg2`
sudo -u postgres createuser --interactive # username:annso superuser y
sudo -u postgres createdb annso

Expand Down

0 comments on commit 3a1e9e7

Please sign in to comment.