Install with Package Managers
To install oneTBB with a package manager, run the corresponding command described below.
TIP:
Refer to Intel® oneAPI Toolkits Installation Guide for Windows* OS to see the list of available packages.
Conda
To download a specific version with Conda*, run:
conda install -c intel tbb==<version>
To download the latest version available, run:
conda install -c intel tbb
TIP:
To change the default installation directory, run:
conda install -c intel tbb==<version> --prefix=C:\path\to\install\dir
PIP
To download a specific version with PIP*, run:
pip install -c intel tbb==<version>
To download the latest version available, run:
pip install tbb
TIP:
To change the default installation directory, run:
pip install --target=C:\path\to\install\dir tbb
NuGet
To install oneTBB from NuGet*, do the following:
Go to nuget.org
Run:
nuget install inteltbb.devel.windows
TIP:
To change the default installation directory, run:
nuget install inteltbb.devel.windows -OutputDirectory C:\path\to\install\dir