From aeca626be984429a5b8c3874c3773cc08e61cb71 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 13 Feb 2024 09:00:09 -0800 Subject: [PATCH] Recommend using the `conda-forge` channel over the `anaconda` channel --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2af076e..f6bfe38 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ No requirements other than the standard library. pip install colorama # or - conda install -c anaconda colorama + conda install -c conda-forge colorama Description -----------