Workflow
package installation
icon
Search documents
X @Avi Chawla
Avi Chawla· 2025-07-03 19:22
uv is incredibly fast!- Creating virtual envs. with uv is ~80x faster than python -m venv.- Package installation is 4–12x faster without caching, and ~100x with caching.Check a detailed guide to uv in the thread below: https://t.co/fhaBTZ1IEcAvi Chawla (@_avichawla):uv in Python, clearly explained (with code): ...