Skip to content

docs: isolate Poetry and Cookiecutter installations - #46

Merged
whg517 merged 1 commit into
pyloong:mainfrom
whg517:codex/isolate-cli-tools
Sep 13, 2026
Merged

docs: isolate Poetry and Cookiecutter installations#46
whg517 merged 1 commit into
pyloong:mainfrom
whg517:codex/isolate-cli-tools

Conversation

@whg517

@whg517 whg517 commented Sep 13, 2026

Copy link
Copy Markdown
Member

Summary

  • replace direct and sudo-based Poetry installation guidance with isolated pipx installs across all three relevant documents
  • clarify that the Poetry tool environment must remain separate from both system Python and project environments
  • install Cookiecutter through the same pipx workflow and update its documentation link

Validation

  • markdownlint-cli2 0.23.2: 30 Markdown files, 0 issues
  • MkDocs strict build in a clean Python 3.12 environment
  • verified all newly referenced official documentation URLs return HTTP 200
  • confirmed the edited guidance contains no sudo pip or direct pip install command for Poetry
  • git diff --check

References

Closes #39

@whg517
whg517 merged commit 8b7234a into pyloong:main Sep 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Poetry document suggests install poetry in a dedicated virtual environment

1 participant