From 4b5016c9e0b8b8524bfe4b704da25ad870d83b18 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Tue, 13 Aug 2024 16:30:51 -0500 Subject: [PATCH] Tweak conda installation instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab4971d..cbb1191 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ stand-alone package. Prebuilt `mkl_random` can be installed into conda environment from Intel's channel: ``` - conda install -c https://software.repos.intel.com/python/conda mkl_random + conda install -c https://software.repos.intel.com/python/conda -c conda-forge mkl_random ``` or from conda forge channel: