This commit is contained in:
Fiber 2024-10-17 19:55:34 +08:00
parent 0c373550d1
commit 2b01190021

View File

@ -1,3 +1,27 @@
# ESD_bleeding_view_tool
5802 标注辅助工具
## gui分支
### 安装
安装pdm包管理器如果已安装请跳过
```shell
python3 -m pip install pdm
```
运行代码(第一次运行)
```shell
pdm install
pdm run main
```
运行代码(非第一次运行)
```shell
pdm run main
```
安装gui环境如没有问题请跳过
```shell
sudo apt-get update
sudo apt-get install libxcb-cursor0
```