Loading...
Loading...
hwpx-converter 사용을 위한 의존성(Pandoc, Python, pypandoc-hwpx)을 자동 설치합니다.
npx skill4agent add orientpine/honeypot setup| 프로그램 | 용도 | 설치 방법 |
|---|---|---|
| Pandoc | 문서 변환 엔진 | winget (Windows) / brew (macOS) / apt (Linux) |
| Python | 실행 환경 | winget (Windows) / brew (macOS) / apt (Linux) |
| pypandoc-hwpx | HWPX 변환 도구 | pip install |
# Windows 감지
uname -s 2>/dev/null || echo "Windows"pandoc --versionwinget install --id JohnMacFarlane.Pandoc --accept-source-agreements --accept-package-agreementsbrew install pandocsudo apt update && sudo apt install -y pandocpython --version || python3 --versionwinget install --id Python.Python.3.12 --accept-source-agreements --accept-package-agreementsbrew install pythonsudo apt update && sudo apt install -y python3 python3-pippip install pypandoc-hwpx
# 또는
python -m pip install pypandoc-hwpx
# 또는
python3 -m pip install pypandoc-hwpxpandoc --version
python --version
pypandoc-hwpx --help| 상황 | 처리 |
|---|---|
| winget 미설치 (Windows) | 수동 설치 링크 제공 |
| brew 미설치 (macOS) | brew 설치 명령 안내 |
| 관리자 권한 필요 | sudo 사용 또는 수동 설치 안내 |
| PATH 미등록 | 터미널 재시작 안내 |
pip install pypandoc-hwpx