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

Add python-dev in the installation docs #111#112

Open
techytushar wants to merge 1 commit into
aboutcode-org:developfrom
techytushar:Documentation
Open

Add python-dev in the installation docs #111#112
techytushar wants to merge 1 commit into
aboutcode-org:developfrom
techytushar:Documentation

Conversation

@techytushar
Copy link
Copy Markdown

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

Comment thread README.md Outdated
@@ -36,7 +36,7 @@ Windows is not tested and not supported for now.
- Install PostgreSQL 9.5.x of later. (9.6 preferred)
On Debian distros use: `sudo apt-get install postgresql-9.5-dev`
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Author

@pombredanne please review..

@pombredanne
Copy link
Copy Markdown
Member

One ping is enough ;)

Comment thread README.md

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

Comment thread README.md
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
Copy Markdown
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
Copy Markdown
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