Skip to content

docs: recommend pipx for installation#7

Merged
lklimek merged 1 commit into
mainfrom
docs/recommend-pipx
Mar 6, 2026
Merged

docs: recommend pipx for installation#7
lklimek merged 1 commit into
mainfrom
docs/recommend-pipx

Conversation

@lklimek
Copy link
Copy Markdown
Owner

@lklimek lklimek commented Mar 4, 2026

Summary

  • Recommend pipx install ghsudo as the primary installation method
  • Keep pip install ghsudo as an alternative
  • Update all three install references (Installation, Quick Start, Step-by-step)

pipx installs into an isolated venv, avoiding PEP 668 externally-managed errors and system package conflicts.

Test plan

  • Verified pipx install ghsudo installs 0.2.0 correctly
  • Verified ghsudo --help works after pipx install

🤖 Generated with Claude Code

🤖 Co-authored by Claudius the Magnificent AI Agent

pipx installs into an isolated venv, avoiding conflicts with
system Python packages and PEP 668 externally-managed errors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 4, 2026 11:46
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project documentation to recommend pipx as the primary installation method for ghsudo, while retaining pip install as an alternative, to help users avoid PEP 668 externally-managed environment issues.

Changes:

  • Add pipx install ghsudo as the primary install command in the Installation section.
  • Update installation commands in Quick Start and Step-by-step to use pipx.
  • Keep pip install ghsudo as an alternative method.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
@lklimek lklimek merged commit c6459de into main Mar 6, 2026
8 checks passed
@lklimek lklimek deleted the docs/recommend-pipx branch March 6, 2026 12:11
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.

2 participants