From 3d74dce282e6fc38bcd4a74566eafecd35341786 Mon Sep 17 00:00:00 2001 From: Eyal Trabelsi Date: Thu, 3 Oct 2019 23:01:57 +0300 Subject: [PATCH] Added installation instructions to README (issue 220) --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 20c73fa3..0a4fb306 100644 --- a/README.rst +++ b/README.rst @@ -206,6 +206,17 @@ init(wrap=True): print(Fore.BLUE + 'blue text on stderr', file=stream) +Installation +======================= +colorama is currently installable from PyPI: + + pip install colorama + +colorama also can be installed by the conda package manager: + + conda install -c anaconda colorama + + Status & Known Problems =======================