Skip to content

Update installation instructions for wordguess#41

Merged
sgauth01 merged 1 commit intomainfrom
install-instr
Jan 17, 2026
Merged

Update installation instructions for wordguess#41
sgauth01 merged 1 commit intomainfrom
install-instr

Conversation

@yhouyang02
Copy link
Collaborator

@yhouyang02 yhouyang02 added this to the milestone2 milestone Jan 15, 2026
Copilot AI review requested due to automatic review settings January 15, 2026 09:48
Copy link
Contributor

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

This pull request updates the installation instructions in the README to install the wordguess package directly from GitHub instead of from PyPI. The change addresses issue #30 by modifying the pip install command to use the GitHub repository URL.

Changes:

  • Updated pip installation command from pip install wordguess to pip install git+https://github.com/UBC-MDS/wordguess.git

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


```bash
$ pip install wordguess
$ pip install git+https://github.com/UBC-MDS/wordguess.git
Copy link

Copilot AI Jan 15, 2026

Choose a reason for hiding this comment

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

The installation instruction now points to GitHub, but the README still contains PyPI badges at line 5 and the pyproject.toml references PyPI at line 46. This creates an inconsistency. If the package is not yet published to PyPI, consider removing or commenting out the PyPI badges in the README header. Alternatively, if the package will be published to PyPI in the future, consider documenting both installation methods (PyPI for stable releases and GitHub for development versions).

Copilot uses AI. Check for mistakes.
@sgauth01 sgauth01 merged commit 81e7eb6 into main Jan 17, 2026
8 of 15 checks passed
@yhouyang02 yhouyang02 deleted the install-instr branch January 17, 2026 11:31
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.

Update README.md with installation instructions

3 participants