Skip to content

Commit bbcf205

Browse files
Merge pull request #51 from ekomarova/update_readme
Remove the wheels installation with anaconda from the instruction
2 parents 895a101 + a1c33b1 commit bbcf205

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,9 @@ or from conda forge channel:
2323
To install mkl_random Pypi package please use following command:
2424

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

29-
If command above installs NumPy package from the Pypi, please use following command to install Intel optimized NumPy wheel package from Anaconda Cloud:
30-
31-
```
32-
python -m pip install -i https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple mkl_random numpy==<numpy_version>
33-
```
34-
35-
Where `<numpy_version>` should be the latest version from https://anaconda.org/intel/numpy
36-
3729
---
3830

3931
`mkl_random` is not fixed-seed backward compatible drop-in replacement for `numpy.random`, meaning that it implements sampling from the same distributions as `numpy.random`.

0 commit comments

Comments
 (0)