YREA-SLS/SLS_Python/README.md

313 B

SLS Python

Building

cd SLS_Python
python -m venv .venv
source .venv/bin/activate

pip install build wheel "setuptools>=61.0"

# Install the backend (one-time setup)
pip install -e sls_build_backend

# Build with --no-isolation (required because backend is local)
python -m build --no-isolation