From 2c7b5d7be07f40ff16eb86fb722b43bdb28a8c0a Mon Sep 17 00:00:00 2001 From: dee-oh-double-gee Date: Sat, 25 Feb 2017 12:14:38 -0700 Subject: Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fdfc37d..b7b1949 100644 --- a/README.md +++ b/README.md @@ -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 +``` -- cgit v1.2.3