Tags→ #python
-
Migrating python projects to uv
I finally had the chance to test Astral's uv tool. It's very good, from what I've seen so far.
-
Creating a requirements.txt after installation
pip freeze > requirements.txt
is the canonical way to capture all the packages you have installed in a Python project. I am not sure why; it doesn't do what you expect.