Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Conversation

@techytushar
Copy link

PR for issue #111
Signed-off-by: Tushar Mittal chiragmittal.mittal@gmail.com

README.md Outdated
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`
Copy link
Collaborator

Choose a reason for hiding this comment

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

On Ubuntu 16.04: This statement gives me the error:
Unable to locate package postgresql-9.5-dev
You can change it postgresql-9.5

Copy link
Author

Choose a reason for hiding this comment

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

sure 👍

Signed-off-by: Tushar Mittal <chiragmittal.mittal@gmail.com>
@techytushar
Copy link
Author

@pombredanne please review..

@pombredanne
Copy link
Member

One ping is enough ;)


- 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?

On Debian distros use: `sudo apt-get install postgresql-9.5`

- 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

@techytushar
Copy link
Author

sorry did that comment by mistake 😅

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants