Local Development Setup

Chapter challenges are solved in the browser. The CLI is temporarily frozen while we redesign it for project-focused local workflows.

1. Install the CLI package

pip install ai-deep-dive

This installs the command globally. Requires Python 3.9 or later.

2. Current CLI behavior

ai-deep-dive
ai-deep-dive --version

Running the root command prints a temporary freeze message. Version output remains available.

3. Build GPT chapter challenges today

Continue chapter challenge work directly in the browser course interface. Public tests run there without local CLI setup.

Open the course: Build GPT

4. Next CLI scope

The next CLI release is focused on local project workflows (starting with GPT project implementation support), not chapter challenge orchestration.

Unavailable during freeze

initNot exposed right now
test / submitNot exposed right now
status / list / syncNot exposed right now
configNot exposed right now

FAQs

Back to Course