From 3ae3e9d435c9223c35e0d23701b8eff43677f625 Mon Sep 17 00:00:00 2001 From: "florin.hazi" Date: Fri, 21 Oct 2022 05:22:32 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5afc2cb..e6bedbf 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,11 @@ 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 && \