From b4070a22c5e4049edbca910dc88f60561c1102e5 Mon Sep 17 00:00:00 2001 From: Sean <23040351+ribenamaplesyrup@users.noreply.github.com> Date: Sat, 31 Dec 2022 14:04:58 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 527a4fc..a867013 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ git clone https://github.com/ribenamaplesyrup/sugartrail.git 3. Navigate to the main directory and run: ```bash -conda env create -f environment.yml +conda env create -f config/environment.yml conda activate candystore +pip install -e . jupyter nbextension enable --py --sys-prefix ipyleaflet -jupyter notebook ``` ## Usage -Navigate to `Quickstart.ipynb` to run the tool without needing to use the API. For a more detailed explanation of the tool's capabilities, head to `Tutorial 1 - Get Started`. +For a quickstart run `voila dashboard/quickstart_voila.ipynb` (no-code). For a more detailed explanation of the tool's capabilities, run `jupyter notebook notebooks` and open either `quickstart.ipynb` or `001_getting_started.ipynb`.