X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=f811376c525dcc497702979eba34fb53e8bb8f81;hb=f861492d29f8f646410f7b24f68e0bf6d877ecee;hp=14648867c319d93af41e087972d6ff536ed357cf;hpb=1aa7d4fa2ec3c2b3268bef31a666ca6e1aaa6563;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