Skip to content
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

Fix installation instruction: '--pre' instead of '>=3' #372

Merged
merged 1 commit into from
Jan 2, 2023

Conversation

zahrevsky
Copy link
Contributor

I didn't update version number as required by contrib guidelines, as this change affects only README.md, and doesn't change code behavior. Is it OK?

About the change:
Install instructions in the README.md fails with an error: „Could not find a version that satisfies the requirement graphene-sqlalchemy>=3“

This is because v3 is in beta. Therefore, installing with '--pre' fixes the problem.

Also, it's not a unique case — the same problem appears to be in graphene-django: graphql-python/graphene-django#1288

Install instructions in the README.md fails with an error: „Could not find a version that satisfies the requirement graphene-sqlalchemy>=3“

This is because v3 is in beta. Therefore, installing with '--pre' fixes the problem.

Also, it's not a unique case — the same problem appears to be in `graphene-django`: graphql-python/graphene-django#1288
@erikwrede
Copy link
Member

Thank you!

@erikwrede erikwrede merged commit a03e74d into graphql-python:master Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants