forked from p15670423/monkey
6 lines
139 B
PowerShell
6 lines
139 B
PowerShell
|
python -m venv validation-env
|
||
|
.\validation-env\Scripts\activate.ps1
|
||
|
python -m pip install -r .\requirements.txt
|
||
|
npm i -g eslint
|
||
|
deactivate
|