From 25122814906f82b74fea745655ffcc5caf5bccd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=AB=20Geller?= <43284594+h3rmi0n3@users.noreply.github.com> Date: Tue, 9 Feb 2021 19:58:36 -0500 Subject: [PATCH] PyPI package outdated Running tests on the PyPI package causes failures because the scripts in `bin/` no longer have the `.py` extension. Doing a pip install from the GitHub source fixes this. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 364dbd8..375ba2f 100644 --- a/README.rst +++ b/README.rst @@ -159,7 +159,7 @@ To install pyrouge, run: :: - pip install pyrouge + pip install git+https://github.com/bheinzerling/pyrouge If you have trouble installing pyrouge on Windows, please check `this guide by Franck Dernoncourt `_.