FlagX / ha-ledvance-tuya-resync-localkey

pyscript for homeassistant to resync local keys from private tuya api
MIT License
121 stars 18 forks source link

where to type #5

Closed humanBeer closed 1 year ago

humanBeer commented 1 year ago

I dont get it. Where am i supposed to put pip install pycryptodome python print-local-keys.py ?

mesoblaste commented 1 year ago

I have the same question. I tried typing

pip install pycryptodome
python print-local-keys.py

in the Home Assistant command line but I got this in return :

[core-ssh ~]$ pip install pycryptodome 
python print-local-keys.py 
bash: pip: command not found 
bash: python: command not found

What should I do?