Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aranas authored Aug 16, 2024
1 parent e36f982 commit 1a7b552
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions data_analysis/README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 1a7b552

Please sign in to comment.