From d69556db5a5025b6c06c8dd094317467a7f47e80 Mon Sep 17 00:00:00 2001 From: Garland Culbreth <70354045+garland-culbreth@users.noreply.github.com> Date: Sat, 23 Mar 2024 19:28:45 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22963fb..7ab15cd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You will need to have an up-to-date Python installation, e.g., through [Anaconda ## Use -Once you have cloned this repository to your local machine, use the `dea.ipynb` file to prepare your data and run the diffusion entropy analysis. +Once you have cloned this repository to your local machine, use the `dea.ipynb` file to prepare your data and run the diffusion entropy analysis. A user guide and quick reference are provided on [the wiki](https://github.com/garland-culbreth/Diffusion-Entropy-Analysis/wiki). ### dea.ipynb This Jupyter notebook is for working with real data. It imports functions from the `dea.py` module to make code cells as simple as possible, and contains markdown discussing how to use the method and interpret the results.