Getting Started
This page details how to get started with lpath.
Clone the repository from GitHub:
git clone https://github.com/jeremyleung521/lpath
In the cloned directory, install the program with
pip. Specifywestpaif you are analyzing a weighted ensemble simulation. Specifydevif you need to install all dependencies:cd lpath pip install -e . # for essentials OR pip install -e .[westpa] # with WESTPA OR pip install -e .[dev] # all dependencies
Run all or parts of the program. See Usage for more information.