moroen / IKEA-Tradfri-plugin

A Python plugin for Domoticz to controll IKEA Gateway
68 stars 23 forks source link

Please update readme for Twisted install #55

Closed wvdweerd closed 5 years ago

wvdweerd commented 5 years ago

Hi Moroen,

Great work on this plugin, but the readme/installation instructions still has one tiny error:

"pip3 install twisted" must be: "sudo pip3 install twisted"

I tried without the sudo, and all appeared to be fine. However, the created ikea-tradfri.service file then does not contain a valid path to twistd but instead the value "None". And of course Twisted was not installed properly...

Regards, Wouter

moroen commented 5 years ago

Thank you for the feedback. It was already mentioned in the readme that depending on the setup, twisted might need to be installed using sudo, but I've made a change that hopefully makes this a bit more clear!

Regards, M