Skip to main content

Setup

If you work in Equinor, Completor® is available internally through Equinor distribution system.

To start using Completor®, you can follow these instructions:

git clone https://github.com/equinor/completor.git
cd completor
python -m venv venv
source venv/bin/activate
pip install -e "."

If you intend to run completor as a plugin to ert:

git clone https://github.com/equinor/completor.git
cd completor
pip install -e ".[ert]"

and to ensure it runs as intended, confirm it with:

completor --help