diff --git a/kfp/pipeline_generator/single-pipeline/README.md b/kfp/pipeline_generator/single-pipeline/README.md index 03a2f1e57..b9dbf363e 100644 --- a/kfp/pipeline_generator/single-pipeline/README.md +++ b/kfp/pipeline_generator/single-pipeline/README.md @@ -1,6 +1,6 @@ ## Steps to generate a new pipeline - create a `pipeline_definitions.yaml` file for the required task (similar to the example [pipeline_definitions.yaml for the noop task](../../../transforms/universal/noop/kfp_ray/pipeline_definitions.yaml)). - execute `make -C ../../../transforms workflow-venv` from this directory -- execute `source ../../../transforms/venv/bin/activate && pip install pre_commit` +- execute `source ../../../transforms/venv/bin/activate` - execute `./run.sh --config_file --output_dir_file `. When `pipeline_definitions_file_path` is the path of the `pipeline_definitions.yaml` file that defines the pipeline and `destination directory` is a directory where new pipeline file will be generated.