Skip to content

Commit

Permalink
Merge pull request #41 from tylertitsworth/patch-1
Browse files Browse the repository at this point in the history
resolve invalid installation instructions
  • Loading branch information
oleksandr-pavlyk authored May 25, 2024
2 parents a2a1c19 + b29508a commit 50a443a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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==<numpy_version>
python -m pip install -i https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple mkl_random numpy==<numpy_version>
```

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

0 comments on commit 50a443a

Please sign in to comment.