Desktop application to parse RVGL session logs and export them as Re-Volt America results
- Download the latest release for your platform available here.
- Depending on your platform:
- Windows: Execute
rva_points.exe
. - Linux: Run
rva_points
from commandline (you may need to grant permissions). - MacOS: Decompress & use the application by double clicking rva_points.
- Windows: Execute
Software you will need in order to run the program in development mode.
- Python 3.8 or above
- Python modules:
- wxPython
- PyYAML
- requests
- packaging
- PyInstaller (we use it for dist)
- We suggest using venv & pip for development & dependency management. (In case of Apple Silicon use conda)