From 57180df040333f573cbe0bdb39eb655a9cbd38e3 Mon Sep 17 00:00:00 2001 From: Max Erenberg Date: Thu, 26 Aug 2021 03:24:39 +0000 Subject: [PATCH] add libpq-dev as dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d409cb..6f23af9 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ messages get accepted (by default they get held). #### Dependencies Next, install and activate a virtualenv: ```sh -sudo apt install libkrb5-dev python3-dev +sudo apt install libkrb5-dev libpq-dev python3-dev python3 -m venv venv . venv/bin/activate pip install -r requirements.txt