stress_at_work_analysis/README.md

349 B

STRAW2analysis

All analysis for the STRAW project.

To install first:

  • Create a conda virtual environment with the correct Python version.
conda create --name straw2analysis python=3.9
conda activate straw2analysis
  • Next, install all necessary libraries.
cd config
conda install --file environment.yml