Go to file
junos dcd5bdbdd1 Only list the user-specified packages in environment.yml.
Let conda satisfy dependencies on each platform separately.
2020-12-24 11:35:16 +01:00
.idea Add the rest of the .idea files to VCS. 2020-12-23 17:12:33 +01:00
config Only list the user-specified packages in environment.yml. 2020-12-24 11:35:16 +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