Skip to content

Commit

Permalink
cleanup pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
pairofdocs committed Sep 18, 2021
1 parent 9aab485 commit e36594c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit e36594c

Please sign in to comment.