# vv **Repository Path**: markhoo/vv ## Basic Information - **Project Name**: vv - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-27 - **Last Updated**: 2025-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vv #### 介绍 一个用 Go 编写的极快的 Python 包和项目管理器。 #### 安装 - Windows:下载zip发行包解压后配置路径到path - Linux: 使用命令 `curl -LsSf https://github/vv/install.sh | sh` - macOS: 使用命令 `brew install vv` #### 使用 安装最新版Python ```bash vv python install ``` 初始化项目 ```bash vv init myproject ``` 添加依赖 ```bash vv add flask ``` 安装指定Python版本 ```bash vv python install 3.11.9 ``` 查看已安装的Python ```bash vv python list ```