# Part09 Makefile

run:
	python simulation/fsm_pid_llm_sim.py

demo:
	python notebooks/run_demo.py

env:
	pip install -r requirements.txt
