Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List PostgreSQL library as requirement #41

Open
jwnx opened this issue Jul 25, 2021 · 0 comments
Open

List PostgreSQL library as requirement #41

jwnx opened this issue Jul 25, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@jwnx
Copy link

jwnx commented Jul 25, 2021

The psycopg2 package listed in requirements.txt needs libpq-dev (and similar packages) to be installed. It would be nice to list libpq-dev as a development dependency.

For Ubuntu

sudo apt-get install libpq-dev

For CentOS

sudo yum install postgresql-devel

For OSX

brew install postgresql

(you get the idea)

@jvanz jvanz added the good first issue Good for newcomers label Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

2 participants