diff d'amélioration pour le wiki #139

Closed
opened 2023-07-01 11:40:06 +02:00 by IniKiwi · 2 comments
Contributor
diff --git a/01-Installation-de-environnement-nonginx.md b/01-Installation-de-environnement-nonginx.md
index 310a46c..ec967ec 100644
--- a/01-Installation-de-environnement-nonginx.md
+++ b/01-Installation-de-environnement-nonginx.md
@@ -42,7 +42,7 @@ Et puisque vous y êtes, vous allez pouvoir y installer notre framework, Flask.
 
 ```shell
 (venv) $ pip3 install flask
-(venv) $ pip3 install flask-login flask-migrate flask-script flask-sqlalchemy flask-wtf flask-mail flask-crontab python-dotenv slugify python-ldap Pillow email_validator pyyaml markdown bleach
+(venv) $ pip3 install flask-login flask-migrate flask-script flask-sqlalchemy flask-wtf flask-mail flask-crontab python-dotenv python-slugify python-ldap Pillow email_validator pyyaml markdown bleach^M
 
 # Optionnel
 (venv) $ pip3 install flask-debugtoolbar
diff --git a/02-Installation-de-environnement-nginx.md b/02-Installation-de-environnement-nginx.md
index 96dddd3..a83d3fa 100644
--- a/02-Installation-de-environnement-nginx.md
+++ b/02-Installation-de-environnement-nginx.md
@@ -121,7 +121,7 @@ Comme vous pouvez le voir votre prompt change légèrement et est maintenant pr
 ```shell
 $ pip3 install flask
 $ pip3 install uwsgi
-(venv) $ pip3 install flask-login flask-migrate flask-script flask-sqlalchemy flask-wtf flask-mail flask-crontab python-dotenv psycopg2 slugify python-ldap Pillow email_validator pyyaml markdown bleach
+(venv) $ pip3 install flask-login flask-migrate flask-script flask-sqlalchemy flask-wtf flask-mail flask-crontab python-dotenv psycopg2 python-slugify python-ldap Pillow email_validator pyyaml markdown bleach^M
 
 # Optionnel
 (venv) $ pip3 install flask-debugtoolbar

le packet a utiliser est "python-slugify" et non plus "slugify" qui reste bloqué sur une très ancienne version (0.0.1).

```diff diff --git a/01-Installation-de-environnement-nonginx.md b/01-Installation-de-environnement-nonginx.md index 310a46c..ec967ec 100644 --- a/01-Installation-de-environnement-nonginx.md +++ b/01-Installation-de-environnement-nonginx.md @@ -42,7 +42,7 @@ Et puisque vous y êtes, vous allez pouvoir y installer notre framework, Flask. ```shell (venv) $ pip3 install flask -(venv) $ pip3 install flask-login flask-migrate flask-script flask-sqlalchemy flask-wtf flask-mail flask-crontab python-dotenv slugify python-ldap Pillow email_validator pyyaml markdown bleach +(venv) $ pip3 install flask-login flask-migrate flask-script flask-sqlalchemy flask-wtf flask-mail flask-crontab python-dotenv python-slugify python-ldap Pillow email_validator pyyaml markdown bleach^M # Optionnel (venv) $ pip3 install flask-debugtoolbar diff --git a/02-Installation-de-environnement-nginx.md b/02-Installation-de-environnement-nginx.md index 96dddd3..a83d3fa 100644 --- a/02-Installation-de-environnement-nginx.md +++ b/02-Installation-de-environnement-nginx.md @@ -121,7 +121,7 @@ Comme vous pouvez le voir votre prompt change légèrement et est maintenant pr ```shell $ pip3 install flask $ pip3 install uwsgi -(venv) $ pip3 install flask-login flask-migrate flask-script flask-sqlalchemy flask-wtf flask-mail flask-crontab python-dotenv psycopg2 slugify python-ldap Pillow email_validator pyyaml markdown bleach +(venv) $ pip3 install flask-login flask-migrate flask-script flask-sqlalchemy flask-wtf flask-mail flask-crontab python-dotenv psycopg2 python-slugify python-ldap Pillow email_validator pyyaml markdown bleach^M # Optionnel (venv) $ pip3 install flask-debugtoolbar ``` le packet a utiliser est "python-slugify" et non plus "slugify" qui reste bloqué sur une très ancienne version (0.0.1).
Author
Contributor

oops, je croit que le diff est pété!

oops, je croit que le diff est pété!
Author
Contributor

Merci d'avoir appliqué le patch!

Merci d'avoir appliqué le patch!
Sign in to join this conversation.
No description provided.