This is work in progress, the README will be updated soon
For trying out the Proactive Pythen SDK within the ExtremeXP project.
(See email from Caroline Pacheco on 31.12.2023)
python3 -m venv env
source ./env/bin/activate
python3 -m pip install --upgrade pip setuptools wheel python-dotenv
pip install --upgrade --pre proactive
cd exp_engine
pip install -r requirements.txt
- Create
credentials.pyfile via copying the template, e.g. by:cd exp-engine cd proactive_executionware cp credentials-TEMPLATE.py credentials.py - Verify that the
credentials.pyis git ignored (check.gitignore) - Add your proactive account name and password to
credentials.py
python 01_Getting_Started.py
python ideko-case.py
The scripts folder is copied over for convenience from the proactive-python-client project.