Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 444 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 444 Bytes

Mathematical Analysis of Machi Koro

Prerequisites

  • Miniconda with Python 3.7 or later

First-time setup

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.)

Running the notebook

cd src/
jupyter lab analysis.ipynb