Skip to content

Commit c7bd877

Browse files
committed
Use typing
1 parent 6d35595 commit c7bd877

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ Python-ASN1 relies on `Python-Future <https://python-future.org>`_ for Python 2
5252
5353
pip install future
5454
55+
Python-ASN1 relies on `type hints <https://docs.python.org/3/library/typing.html>`_. For Python 2.7, a backport of the standard library typing module has to be installed:
56+
57+
.. code-block:: sh
58+
59+
pip install typing
60+
61+
This is not necessary for Python 3.5 and higher since it is part of the standard library.
5562

5663
How to install Python-asn1
5764
==========================

0 commit comments

Comments
 (0)