mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
5 lines
124 B
Bash
5 lines
124 B
Bash
#!/bin/bash
|
|
|
|
rm -rf ../src/python
|
|
mkdir -p ../src/python
|
|
python3 -m pip install -r ../src/requirements.txt -t ../src/python/ |