Browse Source

Update 'README.md'

master
emilian.mitocariu 1 year ago
parent
commit
96a09813e5
  1. 12
      README.md

12
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

Loading…
Cancel
Save