Product documentation — installation, licensing, and integration guides.
SolvSRK-UQ
Install

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 status

During the 30-day trial

Portal trial .lic files include features: uq. Confirm:

import solvsrk
print(solvsrk.license_has_uq())  # True on a fresh trial

After you subscribe

  1. Keep (or re-activate) your base SolvSRK seat for the integrator
  2. Purchase the SolvSRK-UQ add-on (or switch to SolvSRK-Edge)
  3. Re-download .lic from resonix.io/account (opens in a new tab) — it must carry features: uq (or edge)
  4. python -m solvsrk activate ~/Downloads/solvsrk.lic again

Requires libsolvsrk v2.4.0 or later for the entitlement gate.