How to install QuantConnect/Lean. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
QuantConnect/Lean Installation Guide
How to install QuantConnect/Lean. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for QuantConnect/Lean. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i QuantConnect/Leanor
Install via npx
npx @hexmos/ipm i QuantConnect/LeanPrerequisites
Python
languageVersion: >=3.6.0
QuantConnect
package_managerVersion: 1.0.0
Visual Studio Code
build_toolVersion: 1.74.2
Git
system_toolVersion: 2.36.0
Docker
system_packageVersion: 19.0.0
AWS Account
knowledgeAccess to an AWS account is required for deployment and testing.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
pip install leanPost Installation Steps
- Start the Lean server using the command: `lean start`.
- Run database migrations with the command: `lean migrate`.
