From e36594c51bf795d2d23e4db6728c15b16760d693 Mon Sep 17 00:00:00 2001 From: pairofdocs Date: Sat, 18 Sep 2021 10:16:14 -0500 Subject: [PATCH] cleanup pip install --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9592848..c62a273 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,7 @@ This is the Map ID, Seed edit **enabled**: ## Build GUI -`pip install wxpython` -`pip install pyinstaller` +`pip install wxpython pyinstaller` `pyinstaller --add-data 'd2logo_sm.png;.' --onefile -w d2s_edit.py` ([Note](https://pyinstaller.readthedocs.io/en/stable/usage.html#what-to-bundle-where-to-search): use `d2logo_sm.png;.` on windows and `d2logo_sm.png:.` on most unix systems)