diff options
author | Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> | 2017-12-30 19:37:49 +0100 |
---|---|---|
committer | Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> | 2017-12-30 20:09:38 +0100 |
commit | 2b28380d1d04c0dc2d0899ba3f3489e29015a6fa (patch) | |
tree | f6a83eaf1454dde871a06abc1b21298748524c75 | |
parent | 98eb51ae14eeb281648fef6f02f98a333cef382b (diff) |
Expound on dependencies for github-check-prs.py
-rwxr-xr-x | dev/tools/github-check-prs.py | 4 |
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" |