docs: clarify aider-install env and link local-model setup#5127
Open
ChrisJr404 wants to merge 1 commit into
Open
docs: clarify aider-install env and link local-model setup#5127ChrisJr404 wants to merge 1 commit into
ChrisJr404 wants to merge 1 commit into
Conversation
The install page's 'Get started quickly' section ended with 'This will install aider in its own separate python environment.' which was ambiguous about whether 'This' referred to the model command just shown or to aider-install. Make the subject explicit. Also add a short pointer below the model examples so users running Ollama, LM Studio, or a llama.cpp/OpenAI-compatible endpoint can find the matching setup page from the install guide. Closes Aider-AI#5115 Signed-off-by: ChrisJr404 <chris@hacknow.com>
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.
The install page's "Get started quickly" section ends with:
After the included
get-started.mdblock, the sentence sits right under theaider --model deepseek ...example, so "This" reads as if it refers to the model command rather thanaider-install. Issue #5115 calls this out, along with the install guide showing only cloud-provider examples.Two small edits:
_includes/get-started.md: add a short pointer below the model examples to the Ollama, LM Studio, and OpenAI-compatible setup pages so users running a local LLM can find the right page from the install guide.docs/install.md: rewrite the "This will install..." sentence to nameaider-installexplicitly, and clarify why a separate env is used.Closes #5115