X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=534bf8852d196334cc5dbb2f463863c7727f5cb9;hb=e6015816224f8f405e9b1c9557f22e73b21246e8;hp=dfbe3b46234cd4f3e5cd93260a9b68f87e58b25d;hpb=123411ccb5e004d38a9c75cb621a732a29edb09a;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FTrader.git diff --git a/Makefile b/Makefile index dfbe3b4..534bf88 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,9 @@ install: +ifeq (${VIRTUAL_ENV},) pip install --user -r requirements.txt +else + pip install -r requirements.txt +endif test: python test.py