설치¶
사전 요구사항¶
- 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