suborb / philips_android_tv

Tools to control Philips 2016 Android TVs
GNU General Public License v2.0
121 stars 61 forks source link

Could not open requirements file #34

Closed d0nY90 closed 3 years ago

d0nY90 commented 3 years ago

Hi,

i‘m new to all of this (homebridge, Python, Raspberry Pi...). I have to find out the API user and password of my Philips Android TV and I found this tool. I guess I don’t use it correctly.

I opened the terminal in the homebridge Web UI and typed in: pip install -r requirements.txt and i get an error which says „could not open requirements file“.

What’s the mistake ?

thanks for an answer and happy new year Daniel

Staubgeborener commented 3 years ago

You have to be in the directory where the requirements file of this project is placed.

Example:

git clone https://github.com/suborb/philips_android_tv
cd philips_android_tv
pip3 install -r requirements.txt
d0nY90 commented 3 years ago

Thank you so much ! It worked.