mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
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/ |