From 1d6684be31765b72fdfe7a63082b86d1f48f44da Mon Sep 17 00:00:00 2001 From: Fletcher Foti Date: Thu, 16 Mar 2017 10:49:20 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dea94b9d..1c313a834 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is the DRAFT UrbanSim implementation for the Bay Area. Policy documentation * Install Python for your OS ([Anaconda](https://www.continuum.io/downloads) highly suggested) * Clone this repository * Install dependencies using `pip install -r requirements.txt` -* Get data using `python baus.py -c --mode fetch-data` (you will need an appropriately configured AWS credentials file which you must get from your MTC contact) +* Get data using `python baus.py -c --mode fetch_data` (you will need an appropriately configured AWS credentials file which you must get from your MTC contact) * Preprocess data using `python baus.py -c --mode preprocessing` * Run a simulation using `python baus.py -c` (default mode is simulation)