Set Up Your Environment
Create and activate a virtual environment, replacing <your-env-name> with your preferred name for the environment:
1.
python -m venv <your-env-name>
2.
CMD:
.\<your-env-name>\Scripts\activate
PowerShell:
.\<your-env-name>\Scripts\Activate.ps1
Install with pip
- For developing or compiling applications:
pip install onedpl-devel
For the next steps, see the Get Started Guide