First create the environment with the following command:
conda env create -f environment.ymlThen activate the environment with the following command:
conda activate segsynthtemplateThen instal the fetalsyngen package
pip install -r requirements.txt