-
Notifications
You must be signed in to change notification settings - Fork 36
下载与运行
沉默の金 edited this page Dec 16, 2024
·
6 revisions
1. Releases
在Assets中选择你需要的软件包
macOS - LDDC-x.x.x-amd64.dmg or LDDC-x.x.x-arm64.dmg
Windows - LDDC-x.x.x-windows-amd64.zip or LDDC-x.x.x-windows-amd64-onefile.zip(单文件版)
Linux - LDDC_x.x.x_amd64.deb
2. Actions(未发布的测试版本)
选择第一个工作流
下载在Artifacts在以artifacts结尾的Artifact
Windows版是绿色版,解压后直接运行LDDC.exe即可。
执行如下命令一键安装 LDDC:
curl -L "$(curl -s https://api.github.com/repos/chenmozhijin/LDDC/releases/latest | grep -oP '"browser_download_url": "\K([^"]+\.deb)' | head -n1)" -o /tmp/LDDC.deb && sudo apt install /tmp/LDDC.deb
方法1:在命令行执行:
LDDC
方法2:在软件菜单中打开LDDC
在命令行执行:
sudo apt remove lddc
- 下载LDDC-x.x.x-amd64.dmg双击打开
- 把LDDC拖到Applications中
- 打开应用程序找到LDDC右键打开,提示"macOS无法验证“LDDC”的开发者。你确定要打开它吗?"点击打开
-
如果你有git
git clone https://github.com/chenmozhijin/LDDC.git
-
从github下载 在Releases的Assets中下载Source code并解压
进入到源码根目录
执行:
pip install -r requirements.txt
执行:
python -m LDDC