Prepare Input Data for PopulationSim
This project uses uv with a repo-local virtual environment in .venv/.
Set up or refresh the environment:
uv syncIf the uv-managed Python install location is not writable on your machine, keep it in this repo:
$env:UV_PYTHON_INSTALL_DIR = ".uv-python"
uv sync --managed-pythonRun Python or notebooks through the environment:
uv run python
uv run python -m ipykernel install --user --name tdm-inp-populationsim --display-name "Python (TDM-INP-PopulationSim)"uv is configured in pyproject.toml to keep its cache in .uv-cache/ inside this repo because the default user-level uv cache path is not writable on this machine.