1
0
Fork 0
mirror of https://github.com/clockfort/GitHub-Backup.git synced 2025-03-16 00:00:06 +01:00

use requirements.txt

This commit is contained in:
Steffen Vogel 2019-05-05 02:07:57 +02:00
parent 83174e1f6d
commit 577298c25b
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,7 @@ GitHub-Backup requires `pygithub3` a Python library for the GitHub API v3.
Installation is simple with
pip install pygithub3
pip install -r requirements.txt
Usage
----------------------------

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
pygithub3