From 1a7b5524ae31426f1ddceacc6faf031a9c226d26 Mon Sep 17 00:00:00 2001 From: Sophie Arana Date: Fri, 16 Aug 2024 13:52:19 +0100 Subject: [PATCH] fix README.md --- data_analysis/README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/data_analysis/README.md b/data_analysis/README.md index 82d0f4c..10654a5 100644 --- a/data_analysis/README.md +++ b/data_analysis/README.md @@ -1,13 +1,19 @@ -# Analysis +# Analysis this folder contains several scripts & notebooks to document the analysis -### Content Analysis +## Content Analysis - Step 1: Download the files in this folder (or clone but note this will download the entire survey app!) -- Step 2: Create notebook environment using Conda with environment.yml -`conda env create -f environment.yml` -`conda activate myenv` +- Step 2: Create notebook environment using conda +``` +conda env create -f content_environment.yml +conda activate myenv +``` + - Step 3: Move data file into data_analysis folder - Step 4: Run notebook -`jupyter notebook` + +``` +jupyter notebook +```