2024-10-17 19:56:39 +08:00

28 lines
398 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.

# ESD_bleeding_view_tool
## main分支
### 安装
安装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
```