Follow the video below to learn how to install and run LEAP. For a full guide on how to use this package, please see the documentation at https://resplab.github.io/leap/.
Debugging
Error git-lfs not found
Step 1: Linux & Windows
sudo apt update
sudo apt install git-lfs
Step 1: MacOS
# install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/opt/homebrew/bin/brew shellenv)"
brew install git-lfs
Step 2: All systems
git lfs install
git lfs version