Files
AUTO-MAS-test/dev.md
MoeSnowyFox 250b2e9509 🐛 修正dev.md
2025-08-04 19:18:00 +08:00

23 lines
277 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 创建环境
```bash
uv venv
```
## 安装依赖
```bash
uv pip install -e .
```
## 添加依赖
```bash
uv add <package-name>
```
## 删除依赖
```bash
uv remove <package-name>
```
> 💡 推荐使用uv作为默认包管理器支持现代Python项目管理特性