added dependency section in readme

This commit is contained in:
Steffen Vogel 2013-08-02 00:18:43 +02:00
parent cea9fc9c4b
commit eff3bc2246

View file

@ -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]