Skip to content

Commit

Permalink
Merge pull request #42 from rominf/type-hinting
Browse files Browse the repository at this point in the history
Add ordered-set-stubs installation instructions
  • Loading branch information
Robyn Speer committed Oct 10, 2018
2 parents 2d1fb80 + 3a6dd3e commit 919e958
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ and implements the abstract base classes `collections.MutableSet` and
`collections.Sequence`.


## Type hinting
To use type hinting features install `ordered-set-stubs` package from
[PyPI](https://pypi.org/project/ordered-set-stubs/):

$ pip install ordered-set-stubs


## Authors

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

0 comments on commit 919e958

Please sign in to comment.