From b29508a12623aeb586cfddf18e06e99dbe127ad8 Mon Sep 17 00:00:00 2001 From: Tyler Titsworth Date: Mon, 29 Apr 2024 14:55:17 -0700 Subject: [PATCH] resolve invalid installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c903528..64a88f5 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ Prebuilt `mkl_random` can be installed into conda environment from Intel's chann To install mkl_random Pypi package please use following command: ``` - python -m pip install --i https://pypi.anaconda.org/intel/simple -extra-index-url https://pypi.org/simple mkl_random + python -m pip install -i https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple mkl_random ``` If command above installs NumPy package from the Pypi, please use following command to install Intel optimized NumPy wheel package from Anaconda Cloud: ``` - python -m pip install --i https://pypi.anaconda.org/intel/simple -extra-index-url https://pypi.org/simple mkl_random numpy== + python -m pip install -i https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple mkl_random numpy== ``` Where `` should be the latest version from https://anaconda.org/intel/numpy