# uv **Repository Path**: haogooder/uv ## Basic Information - **Project Name**: uv - **Description**: uv工具搬运,方便国内下载 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2026-02-27 - **Last Updated**: 2026-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: 同步开源库 ## README # uv ### 介绍 uv 工具搬运,方便下载。uv 是一个用 Rust 编写的超快速 Python 包安装器和解析器。 #### 软件架构 本项目主要包含 uv 安装脚本,用于在各种操作系统上安装 uv 工具。 #### 安装教程 ```sh # On macOS and Linux. curl -LsSf https://gitee.com/haogooder/uv/raw/master/uv-installer-0.10.6.sh | sh ``` ```powershell # On Windows. powershell -ExecutionPolicy ByPass -c "irm https://gitee.com/haogooder/uv/raw/master/uv-installer-0.10.6.ps1 | iex" ``` #### 使用说明 安装完成后,可以使用以下命令: ```bash uv --version ``` 常用命令: - `uv pip install ` - 安装 Python 包 - `uv venv create` - 创建虚拟环境 - `uv run ` - 运行命令 ### 更改说明 - `INSTALLER_BASE_URL="${UV_INSTALLER_GITHUB_BASE_URL:-https://gitee.com}"` - `ARTIFACT_DOWNLOAD_URL="${INSTALLER_BASE_URL}/haogooder/uv/releases/download/0.10.6"`