From 96a09813e5a4859e3b6804e5bda3b3d243df03f7 Mon Sep 17 00:00:00 2001 From: "emilian.mitocariu" Date: Fri, 21 Oct 2022 06:41:54 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e6bedbf..c074185 100644 --- a/README.md +++ b/README.md @@ -136,11 +136,6 @@ pip3 install --upgrade pip pip3 install pdftotext ``` ``` -# Dewarp -cd /var/www/html/resources/python/dewarp && \ -pip3 install opencv-python -``` -``` # Supervisor pip3 install supervisor && \ systemctl enable supervisor && \ @@ -179,6 +174,13 @@ chown -R www-data:www-data searchanddisplace-ingest && \ cd searchanddisplace-ingest ``` +- Install Dewarp +``` +# Dewarp +cd /var/www/html/searchanddisplace-ingest/resources/python/dewarp && \ +pip3 install opencv-python +``` + - Install and configure app ```bash