An application to create ecFlow suites
The recommended way to install pyecFlow is using conda. This will also install ecFlow.
conda env create -n pyecflow -f environment.yml
conda activate pyecflow
conda install --file test-environment.txt # optional for running pyecflow tests
pip install . # install pyecflowInstalling with pip requires that you have already installed ecFlow.
To install ecFlow, follow ecFlow installation instructions. After all steps make sure to set following environment variable to correct paths.
export ECFLOW_DIR=/path/to/ecflow
pip install .'[test]' # optional [test] for running testsYou can run the tests using the following command:
pytest tests/