added dependency section in readme
This commit is contained in:
parent
cea9fc9c4b
commit
eff3bc2246
1 changed files with 9 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue