diff options
| author | dee-oh-double-gee <beaugraham+github@gmail.com> | 2017-02-25 12:10:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-25 12:10:00 -0700 |
| commit | c882e79685fc8c8d07dc600a13b431e930fd6e94 (patch) | |
| tree | 1497254d4aa4e882e5fc21a7ff6c6708a4a6ee92 | |
| parent | a913b93b634d8534f125efe670bd3a42725c2e22 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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** |
