X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FTrader.git;a=blobdiff_plain;f=Makefile;h=534bf8852d196334cc5dbb2f463863c7727f5cb9;hp=dfbe3b46234cd4f3e5cd93260a9b68f87e58b25d;hb=915980607f7325b0759bd508d21aa1467a590392;hpb=e967a372218df05424b1566a02cafe2432d57326 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