Skip to content

Commit 7e6ca7c

Browse files
jawwad-aliclaude
andcommitted
docs(installation): frame Python as a first-class third script type
Address review feedback: update the section heading and intro so Python is presented as a first-class script type alongside Shell and PowerShell, matching the added --script py example and python/ variant directory. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 73312ca commit 7e6ca7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ specify init <project_name> --integration pi
7777
specify init <project_name> --integration omp
7878
```
7979

80-
### Specify Script Type (Shell vs PowerShell)
80+
### Specify Script Type (Shell, PowerShell, or Python)
8181

82-
All automation scripts now have both Bash (`.sh`) and PowerShell (`.ps1`) variants.
82+
Automation scripts are available as Bash (`.sh`), PowerShell (`.ps1`), and Python (`.py`) variants.
8383

8484
Auto behavior:
8585

0 commit comments

Comments
 (0)