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 && \