1
0
mirror of synced 2024-11-23 23:20:58 +01:00

Even smarter setup

This commit is contained in:
Bottersnike 2022-02-03 21:18:48 +00:00
parent 131c2a20c5
commit 43f2a7f617

View File

@ -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
)