diff --git a/README.md b/README.md index 3dd44d9..831c90f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ on pourrait ajoute de la double authentification mais bon ... ### Sur OpenBSD (7.1) Il faut installer FLask et quelques dépendances pkg_add py3-werkzeug py3-jinja2 py3-Pillow py3-wtforms py3-flask-wtf py3-flask \ - py3-bcrypt py3-markdown py3-gevent py3-zopeinterface py3-qrcode + py3-bcrypt py3-markdown py3-gevent py3-zopeinterface py3-qrcode py3-pyotp Il reste malheuresment une dépendances sur flask-bcrypt a installé avec pip: @@ -21,7 +21,7 @@ Il reste malheuresment une dépendances sur flask-bcrypt a installé avec pip: ### Sur Debian apt install python3-flask python3-flask-bcrypt python3-wtforms python3-pil python3-markdown \ - python3-gevent python3-zope.interface python3-qrcode + python3-gevent python3-zope.interface python3-qrcode python3-pyotp ## Démarrer le programme :