You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,13 @@ Python-ASN1 relies on `Python-Future <https://python-future.org>`_ for Python 2
52
52
53
53
pip install future
54
54
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.
0 commit comments