stress_at_work_analysis/README.md

20 lines
409 B
Markdown

# STRAW2analysis
All analysis for the STRAW project.
To install first:
* Create a conda virtual environment from the `environment.yml` file.
```shell
cd config
conda env create --file environment.yml
conda activate straw2analysis
```
If you have already created this environment, you can update it using:
```shell
conda deactivate
conda env update --file environment.yml
conda activate straw2analysis
```