5802 标注辅助工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

398 B

ESD_bleeding_view_tool

main分支

安装

安装pdm包管理器(如果已安装请跳过)

python3 -m pip install pdm

运行代码(第一次运行)

pdm install
pdm run main

运行代码(非第一次运行)

pdm run main

安装gui环境(如没有问题请跳过)

sudo apt-get update
sudo apt-get install libxcb-cursor0