Python Project Setup — Part 1: Initialize with uv
uv init myproject && cd myproject && uv add django httpx
Bootstrap a new Python project using uv init which creates the project structure and pyproject.toml instantly, then add dependencies like Django and httpx with uv add for blazing-fast dependency resolution. uv replaces both pip and venv with a single, ultra-fast tool.
#workflow
#just
#direnv
#uv
下载
⬇ GIF (77.7 KB)
⬇ MP4 (转换中...)
嵌入
[](https://agentgif.com/@agentgif/workflow-python-setup-1)
<a href="https://agentgif.com/@agentgif/workflow-python-setup-1"><img src="https://media.agentgif.com/preseed/workflow-python-setup-1/demo.gif" alt="Python Project Setup — Part 1: Initialize with uv" width="1200"></a>
<iframe src="https://agentgif.com/embed/L5E9Nfy1/" width="1200" height="660" frameborder="0" allowfullscreen></iframe>
<div data-agentgif="L5E9Nfy1"></div><script src="https://agentgif.com/widget.js" async></script>