Skip to content

Commit

Permalink
Merge pull request #278 from IBM/dev_shahrokh
Browse files Browse the repository at this point in the history
Enhancing some README files
  • Loading branch information
daw3rd authored Jun 17, 2024
2 parents 0e0ecd6 + 7a636c2 commit 601efe4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ git clone [email protected]: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
Expand Down
2 changes: 1 addition & 1 deletion data-processing-lib/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion data-processing-lib/ray/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion data-processing-lib/spark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 601efe4

Please sign in to comment.