@ -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
The note is not visible to the blocked user.