From 2b28380d1d04c0dc2d0899ba3f3489e29015a6fa Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Sat, 30 Dec 2017 19:37:49 +0100 Subject: Expound on dependencies for github-check-prs.py --- dev/tools/github-check-prs.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/tools/github-check-prs.py b/dev/tools/github-check-prs.py index 2ba751d07..9688308d9 100755 --- a/dev/tools/github-check-prs.py +++ b/dev/tools/github-check-prs.py @@ -1,6 +1,8 @@ #!/usr/bin/env python3 -# Requires PyGithub https://pypi.python.org/pypi/PyGithub +# Requires PyGithub https://pypi.python.org/pypi/PyGithub, for instance +# debian package: python3-github +# nix: nix-shell -p python3 python3Packages.PyGithub --run ./github-check-rebase.py from github import Github REPO = "coq/coq" -- cgit v1.2.3