cc-os/plugins/os-doc-hygiene/examples/golden/classifier/4-duplicated/input/docs/setup-legacy.md

204 B

Setup

Install dependencies and run the bootstrap script.

  1. python -m venv .venv
  2. source .venv/bin/activate
  3. pip install -e .
  4. ./scripts/bootstrap.sh

This is the canonical setup guide.