User Guide

To install oneTBB using PIP*, run:
pip install -c intel tbb==<version>
For example:
pip install -c intel tbb==2021.5
NuGet
To install oneTBB from NuGet* using the command line, do the following:
1. Go to nuget.org
2. Run:
nuget install inteltbb.devel.linux
NOTE See Intel(R) oneAPI Installation Guide to learn how to configure NuGet*.
NOTE Remember to configure environment variables after installation. See the Before You Begin
section to learn about it.
Upgrading oneTBB
The seamless upgrade is supported for oneTBB 2021.1 and later versions. To upgrade oneTBB to the latest
version, run the setup, as described above.
If you used to work with older versions (TBB), consider that the new versions of oneTBB do not provide
backward compatibility. See TBB Revamp: Background, Changes, and Modernization for details. Also, refer to
Migrating from TBB for more information on migrating to oneTBB.
1 Get Started with Intel
®
oneAPI Threading Building Blocks (oneTBB)
10