summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index aa50538..fdfc37d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,12 @@
# 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**