Skip to content

Commit cae7e38

Browse files
authored
Update README.md
1 parent ca0d9c5 commit cae7e38

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
@@ -7,7 +7,7 @@ See the [blog](https://software.intel.com/en-us/blogs/2018/10/18/mkl-service-pac
77

88
To install conda package, use `conda install -c intel mkl-service`, or `conda install -c conda-forge mkl-service`.
99

10-
To install pypi package, use `python -m pip install mkl-service`
10+
To install pypi package, use `python -m pip install mkl-service`.
1111

1212
---
1313

@@ -25,4 +25,4 @@ A short example, illustrating it use:
2525
import tomopy
2626
import mkl
2727
mkl.domain_set_num_threads(1, domain='fft') # Intel(R) MKL FFT functions to run sequentially
28-
```
28+
```

0 commit comments

Comments
 (0)