X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=f811376c525dcc497702979eba34fb53e8bb8f81;hb=17ff995eb623dcaea579e33e507091d6169c52e5;hp=14648867c319d93af41e087972d6ff536ed357cf;hpb=18167a3c502e9d61828067c3f6e56b5182584249;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FTrader.git diff --git a/Makefile b/Makefile index 1464886..f811376 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +install: + pip install --user -r requirements.txt + test: python test.py