Skip to content

Commit 4865b65

Browse files
authored
Update installation instructions for wordguess
1 parent 331249b commit 4865b65

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)