-
Notifications
You must be signed in to change notification settings - Fork 17
Add python-dev in the installation docs #111 #112
base: develop
Are you sure you want to change the base?
Conversation
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` |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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>
84e74ab to
e505213
Compare
|
@pombredanne please review.. |
|
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` |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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` |
There was a problem hiding this comment.
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
|
sorry did that comment by mistake 😅 |
PR for issue #111
Signed-off-by: Tushar Mittal chiragmittal.mittal@gmail.com