Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- authored Sep 20, 2024
1 parent bc13b82 commit b99b2e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit b99b2e1

Please sign in to comment.