docs(getting-started): add 'Before you start' (terminal + Python/pip) for non-engineers#110
Merged
Merged
Conversation
… for non-engineers Non-engineers did not know WHERE to run `pip install mureo` / `mureo configure`, and may not have Python/pip installed. Add a top 'Before you start' section: how to open a terminal (macOS/ Windows/Linux), the Python 3.10+ check, and the python.org install fallback (pip bundled; `python3 -m pip` note). Also corrected the 'easiest' bullet — it still needs two terminal commands, then the rest is point-and-click — instead of the misleading 'no terminal commands needed'. EN/JA in sync; no CLI content removed.
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.
Follow-up to #109. Non-engineers landing on getting-started did not know where to run
pip install mureo/mureo configure, and may not have Python/pip installed at all.Adds a top Before you start section:
python3 --version) with the python.org install fallback (pip is bundled;python3 -m pipnote ifpipmissing).Also fixes the 'easiest' bullet wording: it still requires two terminal commands (
pip install mureo,mureo configure), then everything else is point-and-click — replacing the misleading 'no terminal commands needed'. EN/JA updated identically; no CLI content removed.