stress_at_work_analysis/README.md

20 lines
409 B
Markdown
Raw Normal View History

2020-12-23 16:18:03 +01:00
# STRAW2analysis
2020-12-23 17:16:11 +01:00
All analysis for the STRAW project.
To install first:
* Create a conda virtual environment from the `environment.yml` file.
2020-12-23 17:16:11 +01:00
```shell
cd config
conda env create --file environment.yml
2020-12-23 17:16:11 +01:00
conda activate straw2analysis
```
If you have already created this environment, you can update it using:
2020-12-23 17:16:11 +01:00
```shell
conda deactivate
conda env update --file environment.yml
conda activate straw2analysis
```