diff options
| author | dee-oh-double-gee <beaugraham+github@gmail.com> | 2017-02-25 12:14:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-25 12:14:38 -0700 |
| commit | 2c7b5d7be07f40ff16eb86fb722b43bdb28a8c0a (patch) | |
| tree | 95f254304bdaf1caee4fbbacc12323943a132484 | |
| parent | c882e79685fc8c8d07dc600a13b431e930fd6e94 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -1,12 +1,6 @@ # YouTubeSubCount.py I have only tested this on the latest version of Rasbian. -If you are on ubuntu desktop you will probably have to install pip and the python request library: -``` -sudo apt-get update && sudo apt-get -y upgrade -sudo apt-get install python-pip -sudo pip install requests -``` **Instructions** @@ -25,3 +19,12 @@ sudo python YouTubeSubCount.py The script will update every 5 seconds. My channel is small so I only have it update every minute but by default it refreshes every 5 seconds. This is my first python script so please help me out and make changes that could improve the script. + +**for ubuntu desktop** + +If you are on ubuntu desktop you will probably have to install pip and the python request library: +``` +sudo apt-get update && sudo apt-get -y upgrade +sudo apt-get install python-pip +sudo pip install requests +``` |
