Set Up Your Environment
Create and activate a virtual environment, replacing <your-env-name> with your preferred name for the environment:
python3.10 -m venv <your-env-name>
source <your-env-name>/bin/activate
Install with pip
- For developing or compiling applications:
sudo pip install onedpl-devel
For the next steps, see the Get Started Guide