docs(confluence-mdx): README.md에 venv 활성화 필수 안내 추가#588
Merged
Conversation
데이터 수집 및 변환 절차 상세 안내 섹션에서 스크립트 실행 시 venv 가상환경 활성화가 필요하다는 주의사항을 추가합니다. 기존 문서에서는 스크립트 실행 예시가 venv 활성화 없이 바로 실행되는 것처럼 보여, 시스템 Python으로 실행 시 모듈 미설치 오류가 발생할 수 있었습니다. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
keIIy-kim
approved these changes
Jan 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
confluence-mdx/README.md의 "데이터 수집 및 변환 절차 상세 안내" 섹션에 venv 가상환경 활성화 필수 안내를 추가변경 이유
기존 문서에서 스크립트 실행 예시(
bin/pages_of_confluence.py등)가 venv 활성화 없이 바로 실행되는 것처럼 보여, 다음과 같은 혼란이 발생할 수 있었습니다:yaml,requests등 필수 모듈 미설치 오류 발생변경 내용
수정 파일:
confluence-mdx/README.md"데이터 수집 및 변환 절차 상세 안내" 섹션 상단에 다음 주의사항 추가:
Test plan
🤖 Generated with Claude Code