QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
194 stars 99 forks source link

Add cloud image & python-env support #152

Open DerekMelchin opened 2 years ago

DerekMelchin commented 2 years ago

We should be able to pass an option to the lean cloud backtest and lean cloud live commands. For example:

lean cloud backtest <project> [options] --python-venv <value>
Martin-Molinero commented 1 year ago
Martin-Molinero commented 1 year ago

UPDATE: We will not create the project-update commands. Instead we once the API can support it we will allow specifying the image & python env per live/backtest/research deployments like we do locally