mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
* update rtn to 025 * Implement movie / show type parsing * switch to RTN in collectors * ensure env for pythonnet is loaded, and that requirements copy for qbit * version bump
5 lines
108 B
Bash
5 lines
108 B
Bash
#!/bin/bash
|
|
|
|
rm -rf ../python
|
|
mkdir -p ../python
|
|
python3 -m pip install -r ../requirements.txt -t ../python/ |