Skip to content

Correct README pip install URL for GitHub source installs - #3

Merged
stefanpie merged 2 commits into
mainfrom
copilot/fix-pip-installation-error
Jul 27, 2026
Merged

Correct README pip install URL for GitHub source installs#3
stefanpie merged 2 commits into
mainfrom
copilot/fix-pip-installation-error

Conversation

Copilot AI commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

The README’s pip install command used a GitHub URL form that returns HTTP 404 in this repository context. This updates the install instruction to the working URL format so users can install directly from GitHub as documented.

  • Problem

    • Quick-install docs pointed to a non-working pip Git URL (...gnn-builder.git) that fails with 404.
  • Change

    • Updated the README pip command to remove the .git suffix in the GitHub source URL.
  • Docs delta (exact)

    # before
    pip install git+https://github.com/sharc-lab/gnn-builder.git
    
    # after
    pip install git+https://github.com/sharc-lab/gnn-builder

Copilot AI linked an issue Jul 27, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix pip installation command in README.md Correct README pip install URL for GitHub source installs Jul 27, 2026
Copilot AI requested a review from stefanpie July 27, 2026 14:45
@stefanpie
stefanpie marked this pull request as ready for review July 27, 2026 14:45
@stefanpie
stefanpie merged commit 0d642a5 into main Jul 27, 2026
@stefanpie
stefanpie deleted the copilot/fix-pip-installation-error branch July 27, 2026 14:45
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.

pip installation error

2 participants