-
Notifications
You must be signed in to change notification settings - Fork 103
Download and Run
沉默の金 edited this page Dec 16, 2024
·
3 revisions
1. Releases
Choose the package you need from 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 (Unreleased Testing Versions)
Select the first workflow and download the Artifact ending with "artifacts."
The Windows version is a portable version. After extraction, simply run LDDC.exe.
Execute the following command to install 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.debMethod 1: Execute in the command line:
LDDCMethod 2: Open LDDC from the software menu.
Execute in the command line:
sudo apt remove lddc- Download LDDC-x.x.x-amd64.dmg and double-click to open.
- Drag LDDC to Applications.
- Open Applications and right-click on LDDC, then select "Open." You'll see a prompt: "macOS cannot verify the developer of “LDDC”. Are you sure you want to open it?" Click "Open."
You need a Python 3.10+ environment. Download Python
-
If you have Git:
git clone https://github.com/chenmozhijin/LDDC.git
-
Download from GitHub: Download the Source code from Assets in Releases and extract it.
Navigate to the root directory of the source code and execute:
pip install -r requirements.txtExecute:
python -m LDDC