# uv rust开发的 python包管理工具,速度超快 ## Usage ``` curl -LsSf https://astral.sh/uv/install.sh | sh source $HOME/.cargo/env # pip install uv # 创建虚拟环境 uv venv source .venv/bin/activate uv pip install flask uv pip install -r requirements.txt ``` ## License Licensed under the [Apache 2.0](LICENSE) © [liuyuqi.gov@msn.cn](https://github.com/jianboy)