-
Notifications
You must be signed in to change notification settings - Fork 74
Update installation.md to remove incorrect references to Python 3.5 #599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe installation documentation has been updated to require Python 3.9 as the minimum version for the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Documentation
User->>Documentation: Read installation instructions
Documentation-->>User: Instructs to install Python 3.9 or higher
User->>Documentation: Verifies Python version (>=3.9)
Documentation-->>User: Continue with ricecooker installation steps
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (3)
docs/installation.md (3)
30-30: Consistent capitalization for “Python”.
Consider capitalizing “Python” in the checklist for consistency with other references.
Apply this diff:-*Checklist*: verify your python version is 3.9 or higher by running `python3 --version`. +*Checklist*: verify your Python version is 3.9 or higher by running `python3 --version`.
40-40: Consistent capitalization for “Python”.
Same capitalization tweak in the macOS checklist.-*Checklist*: verify you python version is 3.9 or higher by running `python3 --version`. +*Checklist*: verify your Python version is 3.9 or higher by running `python3 --version`.
50-52: Minor grammar and clarity improvements.
- Add “the” before “usual installation steps” to fix the missing article.
- Optionally streamline “During the installation” to “During installation” for brevity.
- option to download the latest installer and follow usual installation steps. + option to download the latest installer and follow the usual installation steps. - During the installation, make sure to check the box **"Add Python 3.9 to path"**. + During installation, make sure to check the box **"Add Python 3.9 to Path"**.🧰 Tools
🪛 LanguageTool
[uncategorized] ~51-~51: You might be missing the article “the” here.
Context: ...ownload the latest installer and follow usual installation steps. During the insta...(AI_EN_LECTOR_MISSING_DETERMINER_THE)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/installation.md(4 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/installation.md
[uncategorized] ~51-~51: You might be missing the article “the” here.
Context: ...ownload the latest installer and follow usual installation steps. During the insta...
(AI_EN_LECTOR_MISSING_DETERMINER_THE)
🔇 Additional comments (1)
docs/installation.md (1)
6-6: Version bump looks good.
The minimum Python version has been correctly updated from 3.5 to 3.9 throughout the docs.
marcellamaki
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
references have been updated to 3.9
Summary
…
References
…
Reviewer guidance
…
Summary by CodeRabbit