For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Anaconda installation
-
Hello I am new to Backtrader. I am using Anaconda Python 2.7 - is there a way to install Backtrader directly by a "conda" command?
-
Apparently not. See Continuum - Anaconda Package List
There is an issues page where you can request the inclusion.
-
You can use
pip
provided with Anaconda to install packages not available throughconda
. That's what I did. Works fine for me.