- Miniconda with Python 3.7 or later
Create the conda environment on your system:
conda env create -f environment.yml
After doing this once, activate the environment with:
conda activate machi-koro-analysis
(Note: conda environments don't work in PowerShell.)
cd src/
jupyter lab analysis.ipynb