Go to file
junos 2aa69aeb44 Write basic installation instructions. 2020-12-23 17:16:11 +01:00
.idea Add the rest of the .idea files to VCS. 2020-12-23 17:12:33 +01:00
config Set up requirements. 2020-12-23 17:06:25 +01:00
.pre-commit-config.yaml Set up requirements. 2020-12-23 17:06:25 +01:00
README.md Write basic installation instructions. 2020-12-23 17:16:11 +01:00

README.md

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