setup

Installation
SKILL.md

Set up the complete Python backtesting environment for VectorBT + OpenAlgo.

Arguments

  • $0 = Python version (optional, default: python3). Examples: python3.12, python3.13

Steps

Step 1: Detect Operating System

Run the following to detect the OS:

uname -s 2>/dev/null || echo "Windows"
Installs
1.3K
GitHub Stars
166
First Seen
Feb 27, 2026
setup — marketcalls/vectorbt-backtesting-skills