Installation¶
Via Github + Cabal.¶
Download and install git
Download and Install the Haskell Tool Stack
Then restart the shell and run:
git clone https://github.com/andystopia/diffeqrxn.git
cd diffeqrxn
cabal build
./diffeqrxn --help
Via Nix Flakes (Windows WSL, MacOS, Linux)¶
This is probably the simplest and most reproducible way to run this program.
Download and Install the Nix Package Manager
Enable Flakes (if you haven’t already)
echo 'experimental-features = nix-command flakes' >> /etc/nix/nix.conf
Run the following command to run the program.
nix run github:andystopia/diffeqrxn -- --help