summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordee-oh-double-gee <beaugraham+github@gmail.com>2017-02-25 12:14:38 -0700
committerGitHub <noreply@github.com>2017-02-25 12:14:38 -0700
commit2c7b5d7be07f40ff16eb86fb722b43bdb28a8c0a (patch)
tree95f254304bdaf1caee4fbbacc12323943a132484
parentc882e79685fc8c8d07dc600a13b431e930fd6e94 (diff)
Update README.md
-rw-r--r--README.md15
1 files 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
+```