This repository includes code to:
-
Open the file
install_environment.ymland substitute the path in the variableDATA_DIRto the path in your computer where the folder2022_ANALYSIS_socialis stored. -
Install the conda environment, the
trajectorytoolspackage and themic_analysispackage:conda env create -f install_environment.yml pip install -e trajectorytools pip install -e pandas_split pip install -e . -
Update path to
DATA_DIRvariable:conda env config vars set DATA_DIR="path/to/folder/20220314_Analysis_social" -
Check that the environment variaboes is properly set:
echo $DATA_DIR