From 8fd6b323111be639d3fe0ca525d7f3f005ccec23 Mon Sep 17 00:00:00 2001 From: Edwin Lee Date: Sat, 19 Nov 2022 08:05:36 -0600 Subject: [PATCH] Comment pyinstaller from reqs --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 22688ea..168e269 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,8 +10,8 @@ coveralls==2.1.2 flake8==3.8.4 nose==1.3.7 -# on windows, we need pyinstaller specifically for unit tests, not a part of the install requirements -pyinstaller; platform_system == "Windows" +# on windows, if you need to rebuild the unit test resource exes, just install pyinstaller and follow the directions in epregressions/tests/resources/README.md +# pyinstaller; platform_system == "Windows" # to generate documentation Sphinx==3.2.1