mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 16:47:49 +08:00
DOC: Fix typo in command line to ingest quandl
Usage: zipline ingest [OPTIONS]
Ingest the data for the given bundle.
Options:
-b, --bundle BUNDLE-NAME The data bundle to ingest. [default:
quantopian-quandl]
<...>
This commit is contained in:
@@ -128,7 +128,7 @@ API key we may run:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ QUANDL_API_KEY=<api-key> zipline ingest quandl
|
||||
$ QUANDL_API_KEY=<api-key> zipline ingest -b quandl
|
||||
|
||||
though we may still run ``ingest`` as an anonymous quandl user (with no API
|
||||
key). We may also set the ``QUANDL_DOWNLOAD_ATTEMPTS`` environment variable to
|
||||
|
||||
Reference in New Issue
Block a user