-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete rework for GUI, experimental EXE file and other minor change…
…s, see readme for more info
- Loading branch information
1 parent
b765ff6
commit d96333a
Showing
19 changed files
with
379 additions
and
513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
### How to run on Mac | ||
Unfortunately, I have not found a permament solution for this, not being a Mac user has limited the ways I can test this. | ||
#### Recommended steps | ||
1. Open a terminal and navigate to the root folder (the downloaded the folder). | ||
1. You can also right-click (or equivalent) on the root folder to open a Terminal within the folder. | ||
2. Run the following command: | ||
``` | ||
python main.py | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.