3 lines
121 B
PowerShell
3 lines
121 B
PowerShell
remove-item -recurse -force ../src/python
|
|
mkdir -p ../src/python
|
|
pip install -r ../src/requirements.txt -t ../src/python/ |