You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,21 @@
3
3
4
4
See the [blog](https://software.intel.com/en-us/blogs/2018/10/18/mkl-service-package-controlling-mkl-behavior-through-python-interfaces) announcing the release.
5
5
6
-
To install the package, use `conda install -c intel mkl-service`, or `conda install -c conda-forge mkl-service`.
6
+
---
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`
11
+
12
+
---
13
+
14
+
Intel(R) Math Kernel Library support functions are subdivided into the following groups according to their purpose:
0 commit comments