updated Makefile

now I hopefully won’t forget to pull new dependencies before building
the Windows binaries …
This commit is contained in:
alterNERDtive 2020-01-13 22:25:58 +01:00
parent b3810ac0c7
commit 16a903ac22

View file

@ -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