From 16a903ac221b9a02913934c65d337d7c87aa8b02 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Mon, 13 Jan 2020 22:25:58 +0100 Subject: [PATCH] updated Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit now I hopefully won’t forget to pull new dependencies before building the Windows binaries … --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 54a7402..506c5e6 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,8 @@ docs: # requires a windows box exe: + pip install --user -r requirements.txt + pip install --user -r pyEDSM\requirements.txt pyinstaller.exe -y edsm-getnearest.py pyinstaller.exe -y explorationtools.py