# pd_pocket_pc_controller **Repository Path**: Ellu_IFX/pd_pocket_pc_controller ## Basic Information - **Project Name**: pd_pocket_pc_controller - **Description**: PD Pocket 上位机 - **Primary Language**: Python - **License**: Unlicense - **Default Branch**: pd_pocket - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-03-23 - **Last Updated**: 2025-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PD Pocket 数控电源上位机 ## 开发 首先安装一个Python 进入gui_source目录: ```powershell cd gui_source ``` 安装uv: ```powershell python -m pip install -U uv ``` 新建一个虚拟环境并激活: ```powershell uv venv --python 3.11 .venv\Scripts\activate ``` 安装依赖: ```powershell uv pip install -r requirements.txt ``` 运行: ```powershell python mdp_gui.py ``` ## 打包 ```powershell ./build-x64.ps1 ``` ## 其他信息 参考 [MDP-P906-Controller](https://github.com/ElluIFX/MDP-P906-Controller)