Skip to content

Commit 919e958

Browse files
author
Robyn Speer
authored
Merge pull request #42 from rominf/type-hinting
Add ordered-set-stubs installation instructions
2 parents 2d1fb80 + 3a6dd3e commit 919e958

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ and implements the abstract base classes `collections.MutableSet` and
7171
`collections.Sequence`.
7272

7373

74+
## Type hinting
75+
To use type hinting features install `ordered-set-stubs` package from
76+
[PyPI](https://pypi.org/project/ordered-set-stubs/):
77+
78+
$ pip install ordered-set-stubs
79+
80+
7481
## Authors
7582

7683
OrderedSet was implemented by Robyn Speer. Jon Crall contributed changes and

0 commit comments

Comments
 (0)