rust开发的 python包管理工具 https://github.com/astral-sh/uv

liuyuqi-dellpc 08c74ee4e0 Automatic Commit By liuyuqi 1 month ago
README.md 08c74ee4e0 Automatic Commit By liuyuqi 1 month ago

README.md

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 © liuyuqi.gov@msn.cn