We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0d9c5 commit cae7e38Copy full SHA for cae7e38
README.md
@@ -7,7 +7,7 @@ See the [blog](https://software.intel.com/en-us/blogs/2018/10/18/mkl-service-pac
7
8
To install conda package, use `conda install -c intel mkl-service`, or `conda install -c conda-forge mkl-service`.
9
10
-To install pypi package, use `python -m pip install mkl-service`
+To install pypi package, use `python -m pip install mkl-service`.
11
12
---
13
@@ -25,4 +25,4 @@ A short example, illustrating it use:
25
import tomopy
26
import mkl
27
mkl.domain_set_num_threads(1, domain='fft') # Intel(R) MKL FFT functions to run sequentially
28
-```
+```
0 commit comments