🔧 Compile#
Important
This instructions are tailored for astral-sh/uv.
Download project
git clone https://github.com/onejeuu/sc-file.gitcd sc-file
Recommended to create virtual environment
uv venv; .venv\Scripts\activate
Install dependencies
uv sync
Run the build script
uv run scripts/build.pyExecutable file
scfile.exewill be created in/distdirectory.