From c882e79685fc8c8d07dc600a13b431e930fd6e94 Mon Sep 17 00:00:00 2001 From: dee-oh-double-gee Date: Sat, 25 Feb 2017 12:10:00 -0700 Subject: Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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** -- cgit v1.2.3