Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Windows is not tested and not supported for now.
Python.org downloads since Python 2.7.9)

- Install PostgreSQL 9.5.x of later. (9.6 preferred)
On Debian distros use: `sudo apt-get install postgresql-9.5-dev`
On Debian distros use: `sudo apt-get install postgresql-9.5`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need postgres dev or else compiling psycopg will fail.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I searched for postgresql, but did not find any package with the name postgresql-9.5-dev. Also for installing postgresql we need to add the repository url, so should we add this to the docs too?


- Install extra utilities if needed: `sudo apt-get install wget build-essential redis-server`
- Install extra utilities if needed: `sudo apt-get install wget build-essential redis-server python-dev`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these are not extra but always required



2. Configure a local test database
Expand Down