Skip to content

Commit

Permalink
Merge pull request #709 from IBM/fix-readme
Browse files Browse the repository at this point in the history
Fix missing dev1 in README.md pip install command
  • Loading branch information
touma-I authored Oct 14, 2024
2 parents 5b14137 + 51d808e commit 8e5ef30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ conda install gxx_linux-64
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[ray]==0.2.2
pip3 install data-prep-toolkit-transforms[ray,all]==0.2.2
pip3 install 'data-prep-toolkit[ray]==0.2.2.dev1'
pip3 install 'data-prep-toolkit-transforms[ray,all]==0.2.2.dev1'
pip3 install jupyterlab ipykernel ipywidgets

## install custom kernel
Expand Down

0 comments on commit 8e5ef30

Please sign in to comment.