From eff3bc22464fa1978a862d63a47353254ce64234 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 2 Aug 2013 00:18:43 +0200 Subject: [PATCH] added dependency section in readme --- README.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.markdown b/README.markdown index 42e1d4e..64a252e 100644 --- a/README.markdown +++ b/README.markdown @@ -10,6 +10,15 @@ Description GitHub-Backup makes a local backup copy of all of a github user's (or github organization's) repositories. +Dependencies +---- + +GitHub-Backup requires `pygithub3` a Python library for the GitHub API v3. + +Installation is simple with + + pip install pygithub3 + Usage ----- ./github-backup.py USERNAME BACKUPDIR [-c|--cron] [-h|--help]