FinLab Quantitative Trading Package Prerequisites Before running any FinLab code, verify these in order: 1. uv is installed (Python package manager): If uv is not installed, tell the user to install it. After installing, ensure is on PATH: 2. FinLab is installed via uv (requires = 2.0.0): Or use for zero-setup execution (recommended for one-off scripts): auto-creates a temporary environment with dependencies — no venv management needed. 3. API Token is set (required - finlab will fail without it): If no token, use finlab's built-in login (available in = 1.5.9, improved Firebase flow in v1.5.1…