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
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,17 @@ to program on XPUs.
24
24
25
25
# Installing
26
26
27
-
You can install the library using `conda` or [pip](https://pypi.org/project/dpnp/)
27
+
You can install the library using `conda`, `mamba` or [pip](https://pypi.org/project/dpnp/)
28
28
package managers. It is also available as part of the [Intel(R) Distribution for Python](https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html)
29
29
(IDP).
30
30
31
-
## Intel(R) oneAPI
31
+
## Intel(R) Distribution for Python
32
32
33
-
You can find the most recent release of `dpnp` every quarter as part of the Intel(R) oneAPI releases.
33
+
You can find the most recent release of `dpnp` every quarter as part of the IDP
34
+
releases.
34
35
35
-
To get the library from the latest oneAPI release, follow the
36
-
instructions from Intel(R) [oneAPI installation guide](https://www.intel.com/content/www/us/en/developer/articles/guide/installation-guide-for-oneapi-toolkits.html).
37
-
38
-
> **NOTE:** You need to install the Intel(R) oneAPI AI Analytics Toolkit to get
39
-
>IDP and `dpnp`.
36
+
To get the library from the latest release, follow the instructions from
37
+
[Get Started With Intel® Distribution for Python](https://www.intel.com/content/www/us/en/developer/articles/technical/get-started-with-intel-distribution-for-python.html).
0 commit comments