Update install instructions - #1937
Open
windymilla wants to merge 2 commits into
Open
Conversation
Windows Python install uses Install Manager now. MacOS users can use Automator to create an app.
tangledhelix
approved these changes
Aug 21, 2026
tangledhelix
left a comment
Member
There was a problem hiding this comment.
Left some suggestions, will let @windymilla and/or @srjfoo decide whether to make them or leave as-is...
|
|
||
| 2. In a terminal window, type `pip3 install guiguts` (or `pip3 install guiguts --upgrade` to upgrade from a | ||
| previous version of GG2). | ||
| previous version of GG2). If you cannot use `pip3`, try `python3 -m pip install guiguts` instead. |
Member
There was a problem hiding this comment.
The second variant should work either way; we could simplify the instructions by omitting pip3 mention entirely?
| previous version of GG2). If you cannot use `pip3`, try `python3 -m pip install guiguts` instead. | ||
|
|
||
| 3. In a terminal window, type `guiguts` to run GG2. | ||
| 3. In a terminal window, type `guiguts` to run GG2. If this does not work, due to not being on your PATH, |
Member
There was a problem hiding this comment.
Again, the second variant should work always, even if the first won't (and it seems the Python installers have shifted something so maybe it will become more common that just guiguts won't work reliably). We could simplify the instructions by only giving one suggestion.
Collaborator
Author
|
Fixes #1933 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Windows Python install uses Install Manager now.
MacOS users can use Automator to create an app.
@srjfoo - Please check changes, especially suggested alternative for Automator script which states the path in the python command, rather than exporting an updated PATH variable. If it works OK, it seems simpler for users. Thanks.
I also left a [**...] note in point 1 of the macOS user install, about the PATH. Do we need to tell the user how to add to the PATH, and if so, what should we say?