Skip to content

Commit d387af0

Browse files
further changes to README.md: typo fixed, clarified statement about ufuncs
1 parent c6f8d29 commit d387af0

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
@@ -3,9 +3,9 @@
33
To build it:
44

55
```sh
6-
# ensure that MKL is installed, icc is activate
6+
# ensure that MKL is installed, icc is activated
77
MKLROOT=$CONDA_PREFIX python setup.py config_cc --compiler=intelem build_ext --inplace
88
```
99

10-
`mkl_umath` in extension `_ufuncs` exposes MKL-enabled version of loops used in patched NumPy,
10+
`mkl_umath._ufuncs` exposes MKL-enabled version of loops used in patched NumPy,
1111
that used to be included in Intel(R) Distribution for Python

0 commit comments

Comments
 (0)