DOC: remove "python -m" and "--symbols" from the example

This commit is contained in:
Wilson Choi
2016-06-02 14:55:12 -07:00
parent f8e0d8e13e
commit 13f506d9c8
+1 -1
View File
@@ -155,7 +155,7 @@ Thus, to execute our algorithm from above and save the results to
.. code-block:: python
python -m zipline run -f ../../zipline/examples/buyapple.py --start 2000-1-1 --end 2014-1-1 --symbols AAPL -o buyapple_out.pickle
zipline run -f ../../zipline/examples/buyapple.py --start 2000-1-1 --end 2014-1-1 -o buyapple_out.pickle
.. parsed-literal::