From 6e825e6a214dcd87ebb6fdfa5ce354a01906fa80 Mon Sep 17 00:00:00 2001 From: Charlie QA S&C <49496346+Charlie971@users.noreply.github.com> Date: Fri, 25 Mar 2022 18:03:36 +0100 Subject: [PATCH] Update README.md J'ai ajouter ceci N'oublier pas d'installer les modules suivant - pandas (pip install pandas) - ccxt (pip install ccxt) - matplotlib (pip install matplotlib) - ta (pip install ta) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ba5105..df5d207 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ Installation des dépendances python (Bien vérifier que vous avez (.venv) au d Installation des dépendances node: >npm install +N'oublier pas d'installer les modules suivant: + - pandas (pip install pandas) + - ccxt (pip install ccxt) + - matplotlib (pip install matplotlib) + - ta (pip install ta) + Le projet est prêt à être utilisé. ---- \ No newline at end of file +---