docs icon indicating copy to clipboard operation
docs copied to clipboard

Issue with the "Setting up a Python Environment" doc

Open mattt opened this issue 1 year ago • 1 comments

I found an issue with this document.

Title: Setting up a Python Environment Location: https://fly.io/docs/python/the-basics/initial-setup/ Source: https://github.com/superfly/docs/blob/main/python/the-basics/initial-setup.html.md

Describe the issue

The guide for setting up a Python environment should mention uv as an option for dependency management.

Especially since its 0.3 release, uv has become a fully-fledged packaging tool. So beyond mentioning it as an alternative, I think it's worth considering updating the guide making uv the new default, replacing Poetry.

mattt avatar Oct 17 '24 17:10 mattt

I opened a PR with these changes here: https://github.com/superfly/docs/pull/1847

mattt avatar Oct 19 '24 12:10 mattt