setup

Install Pandoc, Python, and pypandoc-hwpx for hwpx-converter on Windows, macOS, and Linux.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/ByungJu-Lim/obsidian-- --skill setup-byungju-lim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/ByungJu-Lim/obsidian--/tree/main/0-Projects/honeypot-main/honeypot-main/plugins/hwpx-converter/skills/setup
Command: npx skills add https://github.com/ByungJu-Lim/obsidian-- --skill setup-byungju-lim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

hwpx-converter 사용을 위한 의존성(Pandoc, Python, pypandoc-hwpx)을 자동 설치하여 환경 구성 시간을 단축합니다.

Core Features & Use Cases

  • OS별 감지 및 의존성 설치를 자동으로 수행하며 설치 여부를 확인합니다.
  • 설치 실패 시 수동 설치 링크와 에러 처리 절차를 제공합니다.
  • 재사용 가능한 워크플로우로 새 시스템에 HWPX 환경을 빠르게 구성합니다.

Quick Start

Run this setup to automatically install Pandoc, Python, and pypandoc-hwpx on your system.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically install Pandoc and Python for hwpx-converter on Windows and Linux?

You can automatically install Pandoc, Python, and pypandoc-hwpx for hwpx-converter by running a setup script that detects your OS and installs the required dependencies. It works on Windows, macOS, and Linux.

What dependencies do I need to run pypandoc-hwpx for HWPX file conversion?

To use pypandoc-hwpx, you need Pandoc and Python installed on your system. The setup process automates installing these dependencies and verifies their versions to ensure your environment is ready.

Does the pypandoc-hwpx installation script support macOS environments?

Yes, the automated installation process supports macOS, along with Windows and Linux. It detects the operating system during initial setup or CI runs and configures the hwpx-converter environment accordingly.

What should I do if automated Pandoc or Python installation fails during setup?

If the automated installation fails, the setup provides fallback steps with clear error handling and documentation links for manual installation. This ensures you can resolve issues and verify installed versions manually.

Can I use this setup to configure HWPX conversion dependencies in a CI pipeline?

Yes, the setup is designed for CI runs where hwpx-converter needs to be ready. It automates dependency installation and verification, providing a reusable workflow to quickly configure new systems.