Skip to content

Installation

Requires Python 3.10+ & git

Open a terminal and clone the repository:

Windows/Linux/macOS

git clone https://github.com/igowuu/Contango.git

Change into the project directory:

Windows/Linux/macOS

cd Contango

Create a virtual environment:

Windows

python -m venv .venv

Linux/macOS

python3 -m venv .venv

Activate your virtual environment:

Windows

.venv\Scripts\activate

Linux/macOS

source .venv/bin/activate

Install required packages (in the root directory):

Windows/Linux/macOS

pip install -r requirements.txt

Next steps

Once installed, head to Quickstart to backtest & analyze your first strategy.