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

Update Python docs to use uv instead of poetry #1847

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

mattt
Copy link

@mattt mattt commented Oct 19, 2024

Summary of changes

This PR updates the Python guides to use uv for dependency management.

Preview

Related Fly.io community and GitHub links

#1844

Notes

  • The "Setting up a Python Environment" guide is mostly the same. Because uv uses venv by default, fewer configuration steps are required.
  • The "Multi-stage Builds" guide is a more involved change.
  • The poetry_new partial is replaced with a new uv_init partial, and all of its references are updated.
  • The ["Getting Started"] guide for Django still uses pip + venv, and is updated only to mention uv as an alternative (as it currently does for Poetry)
  • The remaining changes are simple replacements of poetry adduv add, which does the same thing.

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.

1 participant