MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getPythonApiInstructions

Function getPythonApiInstructions

src/utils/swarm/backends/it2Setup.ts:200–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198 * Returns instructions for enabling the Python API in iTerm2.
199 */
200export function getPythonApiInstructions(): string[] {
201 return [
202 'Almost done! Enable the Python API in iTerm2:',
203 '',
204 ' iTerm2 → Settings → General → Magic → Enable Python API',
205 '',
206 'After enabling, you may need to restart iTerm2.',
207 ]
208}
209
210/**
211 * Marks that it2 setup has been completed successfully.

Callers 1

renderApiInstructionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected