SolvSRK-UQ: Installation
SolvSRK-UQ uses the same solvsrk package as desktop SolvSRK — there is
no separate wheel.
pip install path/to/solvsrk-*.whl
python -m solvsrk # machine code → portal
python -m solvsrk activate ~/Downloads/solvsrk.lic
python -m solvsrk statusDuring the 30-day trial
Portal trial .lic files include features: uq. Confirm:
import solvsrk
print(solvsrk.license_has_uq()) # True on a fresh trialAfter you subscribe
- Keep (or re-activate) your base SolvSRK seat for the integrator
- Purchase the SolvSRK-UQ add-on (or switch to SolvSRK-Edge)
- Re-download
.licfrom resonix.io/account (opens in a new tab) — it must carryfeatures: uq(oredge) python -m solvsrk activate ~/Downloads/solvsrk.licagain
Requires libsolvsrk v2.4.0 or later for the entitlement gate.