From b99b2e12b6de7c8492ae8415e92919cd2a315219 Mon Sep 17 00:00:00 2001 From: Jeffrey Newman Date: Fri, 20 Sep 2024 10:39:55 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 68f53a3..5648541 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,10 @@ This example demonstrates the SANDAG ABM3 model. This is ActivitySim's A full-scale exercise of the model is available via the `exercise.py` script, which will download (large) data files to run the full-scale tests. + +You can also run a smaller sized example set using the data files included +in this repository, using this command: + +``` +activitysim run -c configs/common -c configs/resident -d data -o output -s settings_mp.yaml --ext extensions +```