From 65692901b8e3ef530cebe6835483bcbdc5ea5da8 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 12 Oct 2021 08:57:39 +0200 Subject: [PATCH] Add python3-docutils as a requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a2d25e..d7b8f15 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ production néccessite **une installation de Debian Bullseye**. $ sudo apt install nginx git gettext uwsgi uwsgi-plugin-python3 python3-venv \ python3-certbot-nginx python3-django python3-django-crispy-forms \ python3-django-taggit python3-pil python3-exifread python3-django-allauth \ - python3-psycopg2 + python3-psycopg2 python3-docutils ``` 2. **Clonage du dépot dans `/var/www/photos/photo21`**