diff --git a/README.md b/README.md index e79366e..998b250 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## Pré-requis ``` requests-html==0.10.0 +python-dotenv==0.19.2 ``` ## Utilisation @@ -12,5 +13,7 @@ python3 main.py "" " python3 {nom} "URL" "pseudo" "mot-de-passe" \ + \n--- \ + \nOu fichier .env contenant ses informations avec les noms (conseillé) : \ + \n-> URL \ + \n-> LOGIN \ + \n-> PASSWORD""")