summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordee-oh-double-gee <beaugraham+github@gmail.com>2017-02-25 12:10:00 -0700
committerGitHub <noreply@github.com>2017-02-25 12:10:00 -0700
commitc882e79685fc8c8d07dc600a13b431e930fd6e94 (patch)
tree1497254d4aa4e882e5fc21a7ff6c6708a4a6ee92 /README.md
parenta913b93b634d8534f125efe670bd3a42725c2e22 (diff)
Update README.md
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**