From 2d3ec13772fd01a4276d5f921128a13c993a2105 Mon Sep 17 00:00:00 2001 From: Clemens Wolff Date: Thu, 27 Jun 2019 09:02:39 -0400 Subject: [PATCH] Document libpq dependency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6b56bbc..181a703c 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ docker pull chakkiworks/doccano First we need to install the dependencies. Run the following commands: ```bash +sudo apt-get install libpq-dev pip install -r requirements.txt cd app ```