Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Consistency of installing new pip installs
  • Loading branch information
shahrokhDaijavad authored Oct 7, 2024
1 parent df99886 commit 5b4572b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ conda install gcc_linux-64
conda install gxx_linux-64
```

Next, install the data prep toolkit library. This library installs both the python and ray versions of the transforms.
Next, install the data prep toolkit library. This library installs both the python and ray versions of the transforms. For better management of dependencies, it is recommended to install the same tagged version of both the library and the transform.

```bash
pip3 install data-prep-toolkit-transforms-ray
pip3 install data-prep-toolkit[ray]==0.2.2
pip3 install data-prep-toolkit-transforms[ray]==0.2.2
pip3 install jupyterlab ipykernel ipywidgets

## install custom kernel
Expand Down

0 comments on commit 5b4572b

Please sign in to comment.