I keep seeing recommendations to just download the LEAN CLI as the easiest way to get started. I've done that and it's working but now I'm trying to download data from Yahoo and Polygon so I can test with local data and all references I've found point to the .Net QuantConnect.Toolbox.exe app. Is that included with the Python CLI or do I have to download the LEAN project source from Github and build it to have access to the Toolbox app? Or is there a “pythonic” way to import data locally (or documentation on the structure of the data folder and format of the data files so I can convert existing data files to the right format)?

Author