mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-09 20:28:00 +08:00
DOC: add ingesting data ref to beginner tutorial
This commit is contained in:
@@ -96,6 +96,20 @@ To now test this algorithm on financial data, ``zipline`` provides three
|
||||
interfaces: A command-line interface, ``IPython Notebook`` magic, and
|
||||
:func:`~zipline.run_algorithm`.
|
||||
|
||||
Ingesting Data
|
||||
^^^^^^^^^^^^^^
|
||||
If you haven't ingest the data, run:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ zipline ingest [-b <bundle>]
|
||||
|
||||
where ``<bundle>`` is the name of the bundle to ingest, defaulting to
|
||||
:ref:`quantopian-quandl <quantopian-quandl-mirror>`.
|
||||
|
||||
you can check out the :ref:`ingesting data <ingesting-data>` section for
|
||||
more detail
|
||||
|
||||
Command line interface
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user