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