For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
How to Import BackTrader to a Specific Version of Python
-
I tried to install backtrader[plotting] in windows command prompt:
pip install backtrader[plotting]
It ending up being installed to the latest version of Python 3.10.6.
How do I properly install BT using pip? Do I need to first uninstall BT located in the wrong files to reinstall in the correct file and how do I that?
Optional Info
After I downloaded BT, I typedpip install backtrader[plotting]
in command prompt and got a messageRequirement already satisfied: backtrader in c:\users\onimu\appdata\local\programs\python\python310...