X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=534bf8852d196334cc5dbb2f463863c7727f5cb9;hb=915980607f7325b0759bd508d21aa1467a590392;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