Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealLink authored Apr 19, 2017
1 parent 79bca3f commit 4a9da21
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# pylgtv
Library to control webOS based LG Tv devices

## Requirements
- Python >= 3.3

## Install
```
pip install pylgtv
```

## Example

```python
Expand All @@ -19,4 +27,4 @@ try:
print(app)
except:
print("Error connecting to TV")
```
```

0 comments on commit 4a9da21

Please sign in to comment.