indicator-setup

Installation
SKILL.md

Set up the complete Python environment for OpenAlgo indicator analysis, charting, and dashboard development.

Arguments

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

Steps

Step 1: Detect Operating System

uname -s 2>/dev/null || echo "Windows"

Map: Darwin = macOS, Linux = Linux, MINGW*/CYGWIN*/Windows = Windows.

Step 2: Create Virtual Environment

Related skills
Installs
191
GitHub Stars
7
First Seen
Feb 28, 2026