From 43f2a7f61795e7ceb19eb6d7a795761b79170aba Mon Sep 17 00:00:00 2001 From: Bottersnike Date: Thu, 3 Feb 2022 21:18:48 +0000 Subject: [PATCH] Even smarter setup --- setup.cmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cmd b/setup.cmd index 8416654..7eba2f7 100644 --- a/setup.cmd +++ b/setup.cmd @@ -8,5 +8,6 @@ for /D %%G in (%CD%\*) do ( for /D %%G in (%CD%\*) do if exist %%G\requirements.txt ( py -m pip install -r %%G\requirements.txt ) - -py -m pip install -e eaapi +for /D %%G in (%CD%\*) do if exist %%G\setup.py ( + py -m pip install -e %%~nG +)