-
Notifications
You must be signed in to change notification settings - Fork 866
Add Python 3.9 requirement and WSL note to setup docs #13463
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
Add Python 3.9 requirement and WSL note to setup docs #13463
Conversation
Build Artifacts
|
rtibbles
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.
A couple of other stale references that need to be updated.
docs/getting_started.rst
Outdated
| To develop on Kolibri, you'll need: | ||
|
|
||
| * Python 3.6+ (Kolibri doesn't currently support Python 3.12.0 or higher) | ||
| * Python 3.9 or higher (Note: Kolibri does not yet support Python 3.12 or above) |
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.
This should be updated to Python 3.14 or above
docs/getting_started.rst
Outdated
|
|
||
| To install pyenv see the detailed instructions here :doc:`/howtos/installing_pyenv`. | ||
| ..note:: | ||
| If you are using a package manager, make sure to install a Python version compatible with Kolibri (3.9 or above, but below 3.12). If you're using `pyenv`, you can install it with a command like `pyenv install 3.9.9`. |
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.
but below 3.14
|
Hi @NihalShinde4933, do you plan to address feedback? |
AlexVelezLl
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.
Thanks @rtibbles and @NihalShinde4933!
…ty#13463) * Clarify Python version and WSL requirement in docs * Update max Python version in getting started docs. --------- Co-authored-by: Richard Tibbles <richard@learningequality.org>
Summary
This PR updates docs/getting_started.rst to:
Motivation
During setup, I encountered issues due to:
pre-commit needing
Python 3.9+(not mentioned explicitly).Running Kolibri directly on Windows (unsupported as per maintainers).
This documentation improvement aims to save new contributors from similar issues.
Related Issue
Closes #13458
Notes
Screenshots / Changes