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
Python Dependencies
~~~~~~~~~~~~~~~~~~~
NumPy-compatible API in DPNP is based on `NumPy `_ 1.18+.
Installing DPNP from conda-forge
--------------------------------
You can install DPNP with Conda/Anaconda from the ``intel`` channel::
$ conda install -c intel dpnp
.. _install_dpnp_from_source:
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``).