Skip to content

Commit 50a443a

Browse files
Merge pull request #41 from tylertitsworth/patch-1
resolve invalid installation instructions
2 parents a2a1c19 + b29508a commit 50a443a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Prebuilt `mkl_random` can be installed into conda environment from Intel's chann
1717
To install mkl_random Pypi package please use following command:
1818

1919
```
20-
python -m pip install --i https://pypi.anaconda.org/intel/simple -extra-index-url https://pypi.org/simple mkl_random
20+
python -m pip install -i https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple mkl_random
2121
```
2222

2323
If command above installs NumPy package from the Pypi, please use following command to install Intel optimized NumPy wheel package from Anaconda Cloud:
2424

2525
```
26-
python -m pip install --i https://pypi.anaconda.org/intel/simple -extra-index-url https://pypi.org/simple mkl_random numpy==<numpy_version>
26+
python -m pip install -i https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple mkl_random numpy==<numpy_version>
2727
```
2828

2929
Where `<numpy_version>` should be the latest version from https://anaconda.org/intel/numpy

0 commit comments

Comments
 (0)