Unfinished ID24 SBARDEF editor.
-
Create a virtual environment:
python -m venv .venv source .venv/bin/activate # On Windows, use `.venv\Scripts\activate`
-
Install dependencies:
You can install the project and its dependencies from
pyproject.tomlusingpip:pip install .If you are using
uv, you can use the following command:uv pip install . -
Build the project:
This project uses
pyside6-projectto compile Qt UI files (.ui) into Python code. Run the following command to build the project:pyside6-project build
After the build process is complete, you can run the editor with the following command:
python src/main.py