|
|
| Line 119: |
Line 119: |
|
| |
|
| = Installation = | | = Installation = |
|
| |
| == Requirements ==
| |
|
| |
| {| class="wikitable" style="font-size:12px;"
| |
| ! Component !! Minimum version !! Notes
| |
| |-
| |
| | Python || 3.9 || 3.12 not yet tested
| |
| |-
| |
| | PySide2 || 5.15 || Qt5 Python binding
| |
| |-
| |
| | NumPy || 1.22 || Vectorised SRS engine
| |
| |-
| |
| | Matplotlib || 3.5 || Embedded plot canvases
| |
| |-
| |
| | pywin32 || any || Windows only — for NVGate injection
| |
| |-
| |
| | pynvdrive || OROS Toolkit NVdrive || Required only for NVGate injection
| |
| |}
| |
|
| |
| == Launch ==
| |
|
| |
| <syntaxhighlight lang="bash">
| |
| cd C:\OROS\Gemini\SRS
| |
| python -m src.main
| |
| </syntaxhighlight>
| |
|
| |
|
| <div style="border-left:4px solid #f59f00; background:#fffbf0; padding:9px 14px; margin:10px 0; font-size:12px; border-radius:0 3px 3px 0;"> | | <div style="border-left:4px solid #f59f00; background:#fffbf0; padding:9px 14px; margin:10px 0; font-size:12px; border-radius:0 3px 3px 0;"> |