DOC Fix command in readme.

This commit is contained in:
Thomas Wiecki
2015-03-20 15:44:32 +01:00
parent 9cedbdd1c9
commit 208bdd3e45
+1 -1
View File
@@ -142,7 +142,7 @@ You can then run this algorithm using the Zipline CLI. From the
command line, run:
```bash
python run_algo.py -f dual_moving_avg.py --symbols AAPL --start 2011-1-1 --end 2012-1-1 -o dma.pickle
python run_algo.py -f dual_moving_average.py --symbols AAPL --start 2011-1-1 --end 2012-1-1 -o dma.pickle
```
This will download the AAPL price data from Yahoo! Finance in the