Skip to content

Download and Run

沉默の金 edited this page Aug 17, 2024 · 2 revisions

Download and Run

Download Methods

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."

Running/Installation

1. Windows

The Windows version is a portable version. After extraction, simply run LDDC.exe.

2. Linux (Debian GNU/Linux)

Installation

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.deb

Running

Method 1: Execute in the command line:

LDDC

Method 2: Open LDDC from the software menu.

Uninstallation

Execute in the command line:

sudo apt remove lddc

3. macOS

  1. Download LDDC-x.x.x-amd64.dmg and double-click to open.
  2. Drag LDDC to Applications.
  3. 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."

4. Running with Python

You need a Python 3.10+ environment. Download Python

1. Download/Clone the Source Code

  1. If you have Git:

    git clone https://github.com/chenmozhijin/LDDC.git
  2. Download from GitHub: Download the Source code from Assets in Releases and extract it.

2. Install Dependencies

Navigate to the root directory of the source code and execute:

pip install -r requirements.txt

3. Launch LDDC

Execute:

python LDDC.py