Installation

Prerequisites: Installed Python 3.9 or newer, see python.org

  1. Create a virtual environment.
  2. Activate your virtual environment.
  3. Install cognite-power-ops

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