WebThingsIO / webthing-python

Python implementation of a Web Thing server
Mozilla Public License 2.0
177 stars 37 forks source link

where and how to start webthing after pip installation #38

Closed novski closed 5 years ago

novski commented 5 years ago

In my eyes the readme is not complet. After installing webthing it does not cover where to go to and how to create that new thing called: light = Thing('My Lamp', ['OnOffSwitch', 'Light'], 'A web connected lamp')

How can i start that server?

novski commented 5 years ago

Found out how, and made a PR to catch that case of uneducated pople... PR