インストール¶
前提条件¶
- Python 3.11+
- uv(推奨)またはpip
オプション1: uvでインストール(推奨)¶
CodexSpecをインストールする最も簡単な方法はuvを使用することです:
オプション2: pipでインストール¶
または、pipを使用することもできます:
オプション3: 一時的な使用¶
インストールせずに直接実行:
# 新しいプロジェクトを作成
uvx codexspec init my-project
# 既存のプロジェクトで初期化
cd your-existing-project
uvx codexspec init . --ai claude
オプション4: GitHubからインストール¶
最新の開発版の場合:
# uvを使用
uv tool install git+https://github.com/Zts0hg/codexspec:git
# pipを使用
pip install git+https://github.com/Zts0hg/codexspec:git
# 特定のブランチまたはタグ
uv tool install git+https://github.com/Zts0hg/codexspec:git@main
uv tool install git+https://github.com/Zts0hg/codexspec:git@v0.2.0