Skip to content

Commit 81e7eb6

Browse files
authored
Merge pull request #41 from UBC-MDS/install-instr
Update installation instructions for wordguess
2 parents eb555f4 + 4865b65 commit 81e7eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `wordguess` package is designed for developers to create guessing games. The
2222
You can install this package into your preferred Python environment using pip:
2323

2424
```bash
25-
$ pip install wordguess
25+
$ pip install git+https://github.com/UBC-MDS/wordguess.git
2626
```
2727

2828
To use `wordguess` in your code:

0 commit comments

Comments
 (0)