Skip to content

rfomin/id24editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

id24editor

Unfinished ID24 SBARDEF editor.

Setup and Building

  1. Create a virtual environment:

    python -m venv .venv
    source .venv/bin/activate  # On Windows, use `.venv\Scripts\activate`
  2. Install dependencies:

    You can install the project and its dependencies from pyproject.toml using pip:

    pip install .

    If you are using uv, you can use the following command:

    uv pip install .
  3. Build the project:

    This project uses pyside6-project to compile Qt UI files (.ui) into Python code. Run the following command to build the project:

    pyside6-project build

Running the Application

After the build process is complete, you can run the editor with the following command:

python src/main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages