The official installer for 2898 Scouter. Version numbering of the installer is unrelated to the scouter.
Available for Windows, macOS, Crostini, and Linux (64-bit). Please test it out and let us know how it goes. If you run into any issues, please be sure to open an issue. For any code suggestions, please be sure to make a PR.
Tested on:
- Windows
- Linux (tested here more often, on Arch Linux)
- Mac OS
To use the latest development installer (assuming you have Python installed):
- Download
installer.py
from this repository. - Install the python module
requests
. For Ubuntu/Debian, runsudo apt install python3-requests
. For Arch Linux, runsudo pacman -S python-requests
. For Windows/macOS, runpip3 install requests
orpip install requests
. - Run the installer with
python3 installer.py
orpython installer.py
(assuming you are in the same directory where you saved the installer. Do NOT run the installer as SYSTEM, TrustedInstaller, or Public (on Windows), or root (on macOS/Linux). - The installer should run! To use the latest stable installer:
- Download the latest binary for your OS in the releases tab. Binaries are only 64-bit.
- Open a terminal and change directory to the same directory as the downloaded binary. (On Windows, you may be able to run the installer by double clicking the exe file).
- Run the installer with either
2898_Scouter_Installer_win.exe
(for Windows),chmod +x 2898_Scouter_Installer_mac && ./2898_Scouter_Installer_mac
(for macOS), orchmod +x 2898_Scouter_Installer_linux && ./2898_Scouter_Installer_linux
(for Linux). - The installer should run!
To uninstall, use the app titled "Uninstall 2898 Scouter" in your apps list. Within 15 seconds, the app should uninstall.