From 7a636c23a05d599c17f96624cb33dddd05022cba Mon Sep 17 00:00:00 2001 From: SHAHROKH DAIJAVAD Date: Fri, 14 Jun 2024 07:50:30 -0700 Subject: [PATCH] Enhancing README files Taking references to artifactory out and more clarity in installation steps --- README.md | 2 +- data-processing-lib/python/README.md | 2 +- data-processing-lib/ray/README.md | 2 +- data-processing-lib/spark/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a62ad4b2..e1abbc5c4 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ git clone git@github.com:IBM/data-prep-kit.git cd data-prep-kit pre-commit install ``` -Please note that there are further installation steps for running the transforms on a local Kind cluster or on an existing Kubernetes cluster, as documented [here](kfp/doc/setup.md). +Please note that there are further installation steps for running the transforms in general, as documented [here](data-processing-lib/ray/README.md) and on a local Kind cluster or on an existing Kubernetes cluster, as documented [here](kfp/doc/setup.md). Below are a few demos to get you started. ### Build Your Own Transforms diff --git a/data-processing-lib/python/README.md b/data-processing-lib/python/README.md index 8310f25fc..8fc9ca277 100644 --- a/data-processing-lib/python/README.md +++ b/data-processing-lib/python/README.md @@ -18,7 +18,7 @@ source venv/bin/activate or set up your IDE to use the venv directory when developing in this project ## Library Artifact Build and Publish -To test, build and publish the library to artifactory +To test, build and publish the library ```shell make test build publish ``` diff --git a/data-processing-lib/ray/README.md b/data-processing-lib/ray/README.md index 8310f25fc..8fc9ca277 100644 --- a/data-processing-lib/ray/README.md +++ b/data-processing-lib/ray/README.md @@ -18,7 +18,7 @@ source venv/bin/activate or set up your IDE to use the venv directory when developing in this project ## Library Artifact Build and Publish -To test, build and publish the library to artifactory +To test, build and publish the library ```shell make test build publish ``` diff --git a/data-processing-lib/spark/README.md b/data-processing-lib/spark/README.md index 24043b18c..f05aaceaa 100644 --- a/data-processing-lib/spark/README.md +++ b/data-processing-lib/spark/README.md @@ -18,7 +18,7 @@ source venv/bin/activate or set up your IDE to use the venv directory when developing in this project ## Library Artifact Build and Publish -To test, build and publish the library to artifactory +To test, build and publish the library ```shell make test build publish ```