aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/tools
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2017-12-30 19:37:49 +0100
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2017-12-30 20:09:38 +0100
commit2b28380d1d04c0dc2d0899ba3f3489e29015a6fa (patch)
treef6a83eaf1454dde871a06abc1b21298748524c75 /dev/tools
parent98eb51ae14eeb281648fef6f02f98a333cef382b (diff)
Expound on dependencies for github-check-prs.py
Diffstat (limited to 'dev/tools')
-rwxr-xr-xdev/tools/github-check-prs.py4
1 files changed, 3 insertions, 1 deletions
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"