From b6cf347e3945ba2f47630dec4f66d72771a48b4f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 14 Feb 2018 10:00:40 +0300 Subject: [PATCH] Mention termcolor library --- doc/news.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/news.rst b/doc/news.rst index ab752f4..5a8f718 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -8,7 +8,8 @@ News * :py:func:`pyderasn.decode_path_defby` is replaced with :py:class:`pyderasn.DecodePathDefBy` * Ability to turn colourized terminal output by calling - ``pprint(..., with_colours=True)`` + ``pprint(..., with_colours=True)``. You will need + `termcolor package `__ .. _release2.1: -- 2.44.0