From 31ec5cfc8215058e0912de3d1e227d30b0d01760 Mon Sep 17 00:00:00 2001 From: mowoe Date: Thu, 1 Aug 2019 17:07:19 +0200 Subject: [PATCH] Update bundles.rst Use the right bundle to load csv data from env Variable, or it will just run the extension.py script. --- docs/source/bundles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/bundles.rst b/docs/source/bundles.rst index 02b22642b1..4902498df4 100644 --- a/docs/source/bundles.rst +++ b/docs/source/bundles.rst @@ -370,7 +370,7 @@ To finally ingest our data, we can run: Merging daily equity files: [####################################] # optionally, we can pass the location of our csvs via the command line - $ CSVDIR=/path/to/your/csvs zipline ingest -b custom-csvdir-bundle + $ CSVDIR=/path/to/your/csvs zipline ingest -b csvdir If you would like to use equities that are not in the NYSE calendar, or the existing zipline calendars,