Installation Guide
Requirements
The following Linux distributions are recommended.
Ubuntu 20.04 LTS (x86_64)
These components must be installed to use DPNP:
Python: v3
Installing DPNP from conda-forge
You can install DPNP with Conda/Anaconda from the intel
channel:
$ conda install -c intel dpnp
Installing DPNP from Source
You can install the latest development version of DPNP from a cloned Git repository on Linux:
$ git clone --recursive https://github.com/IntelPython/dpnp.git
$ cd dpnp
$ ./0.build.sh
Note
To build the source tree downloaded from GitHub, you need to install
Intel oneAPI Toolkit
and Cython (pip install cython
or conda install cython
).