-
Notifications
You must be signed in to change notification settings - Fork 164
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
[readme] Should Python 3.10 be mentioned as prerequisite #2397
Comments
@kshitij12345 CPython is not needed for end users of LPython, unless they want to call into CPython. For LPython developers however, we need CPython for the following reasons:
So you need CPython for developing LPython. |
Ah I see! We should clarify this. Do you mind submitting a PR fixing this please? That would be very helpful. |
Sure, will send a PR soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The readme mentions Python 3.10 as a prerequisite but it gets installed whenever the
lp
environment is created with conda (as it is mentioned in theenvironment_{unix|windows}.yaml
).This may confuse new developers to the project (like me) to have a native Python installation even though it is not required.
I think
conda
should be the only prerequisite.Thanks!
Ref: https://github.com/lcompilers/lpython#step-0-prerequisites
The text was updated successfully, but these errors were encountered: