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"