Installation
Detailed installation instructions can be found at the latest release:
The easiest way is to use the shell or powershell scripts with the provided commands.
To install latests binaries you can use the following scripts:
Linux & MacOS:
Section titled “Linux & MacOS:”curl --proto '=https' --tlsv1.2 -LsSf https://fairagro.github.io/sciwin/get_s4n.sh | shIf curl responds with code 429 you can try to use wget instead.
wget -qO- https://fairagro.github.io/sciwin/get_s4n.sh | shWindows:
Section titled “Windows:”powershell -ExecutionPolicy Bypass -c "irm https://fairagro.github.io/sciwin/get_s4n.ps1 | iex"