diff --git a/README.md b/README.md index 6fd0876..1904c51 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # pylgtv Library to control webOS based LG Tv devices +## Requirements +- Python >= 3.3 + +## Install +``` +pip install pylgtv +``` + ## Example ```python @@ -19,4 +27,4 @@ try: print(app) except: print("Error connecting to TV") -``` \ No newline at end of file +```