diff --git a/README.md b/README.md index 7a6e281..db8b777 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ +Raspberry Pi Webserver +===================== +A raspberry Pi Webserver made in Python. It can be used to control Philips Hue Lights. + +To start run +```python pip install flask pip install requests +``` +And then run +```python +python3 /path/to/app.py/ +``` + +To see how it was made check out my [Youtube Video](https://www.youtube.com/watch?v=6gkoDQUQSLc)