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