Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit e8b7f45

Browse files
authored
Update README.md
install libpq-dev that is required to build psycop that is required by alembic
1 parent 91c890e commit e8b7f45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ Activate virtual environment:
9595

9696
source .venv/bin/activate
9797

98+
Install postgres headers needed to build psycopg2 (part of requirements.txt below):
99+
100+
apt-get install libpq-dev
101+
98102
Install requirements:
99103

100104
pip install -r requirements.txt

0 commit comments

Comments
 (0)