From 577298c25b9d1202577d1fe03c4fc9c223be8279 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 5 May 2019 02:07:57 +0200 Subject: [PATCH] use requirements.txt --- README.markdown | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.markdown b/README.markdown index 6110be7..2b04d6a 100644 --- a/README.markdown +++ b/README.markdown @@ -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 ---------------------------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ba82e82 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +pygithub3