Installation Prerequisites: Installed Python 3.9 or newer, see python.org Create a virtual environment. Activate your virtual environment. Install cognite-power-ops WindowsMac/Linux python -m venv venv venv\Scripts\activate.bat pip install cognite-power-ops python -m venv venv source venv/bin/activate pip install cognite-power-ops