Installation

Via Github + Cabal.

  1. Download and install git

  2. Download and Install the Haskell Tool Stack

  3. 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.

  1. Download and Install the Nix Package Manager

  2. Enable Flakes (if you haven’t already)

echo 'experimental-features = nix-command flakes' >> /etc/nix/nix.conf
  1. Run the following command to run the program.

nix run github:andystopia/diffeqrxn -- --help