Skip to content

Commit

Permalink
remove external requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
matthuisman committed Mar 11, 2023
1 parent 0c862b8 commit a9cbb31
Show file tree
Hide file tree
Showing 11 changed files with 9,823 additions and 20 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ cd kodi.proxy
pip install virtualenv
virtualenv --python=python3 .env
source .env/bin/activate
pip install -r requirements.txt
chmod +x proxy.py
chmod +x tvh.sh
./proxy.py
python3 proxy.py
```

Example TvHeadend URL:
Expand Down
Empty file added lib/__init__.py
Empty file.
Loading

0 comments on commit a9cbb31

Please sign in to comment.