Files
AUTO-MAS-test/dev.md

24 lines
290 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 install
```
## 开发启动
```bash
uv run main.py
```
## 添加依赖
```bash
uv add <package-name>
```
## 删除依赖
```bash
uv remove <package-name>
```
> 💡 推荐使用uv作为默认包管理器支持现代Python项目管理特性